
Category: Misc
Tips, Scripts, Tools, Bookmarks, and Inspiration for Web Designers and Developers.


Moment.js – Parse, validate, manipulate, and display dates and times in JavaScript.
Website – https://momentjs.com/ Features: Parse, validate, manipulate, and display dates and times in JavaScript.
Animate letters of a text using Blast.JS
Here I have used Blast.JS to encapsulate each letter of the text with <span> having a CSS property – ‘transition-delay’ value just a little later than the first letter and transformed it while clicking the animate button. You can play with this...
Dynamic form field using script HTML templates – Bootstrap, jQuery
Here is an example of how you can create a dynamic form field using HTML template inside a <script> tag. Browsers and screen readers ignore unrecognized script types like: <script id=”hidden” type=”text/x-custom-template”> <div...
Advanced Bootstrap 4 carousel with animating slide contents
advanced bootstrap carousel Sliders and carousels are used everywhere nowadays in a website weather it is hero section, sidebars or any landing page. Meaningful animations makes sliders and carousels more engaging and eye catching drawing attention of users to the...