Category: Misc

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

Material Design for Bootstrap

Material Design for Bootstrap

Available in the following front-end Javascript library/frameworks. There is a free version and a premium version according to the team and project size. MDBootstrap jQuery MDBootstrap Angular MDBootstrap React MDBootstrap Vue URL...
Animista CSS Animations

Animista CSS Animations

Animista is a place where you can play with a collection of ready to use CSS animations, tweak them and download only those you will actually use.

Exit Intent Popup – jQuery

Exit Intent Popup – jQuery

https://www.jqueryscript.net/tags.php?/Exit%20Intent%20popup/ All the Free jQuery Plugins about the ‘Exit Intent popup’ are listed here. Screenshot of the page
Text Animations with Blast JS & Velocity JS

Text Animations with Blast JS & Velocity JS

Blast JS just explodes a string and wraps up the words or characters with span or div so you can animate them individually with different timing to produce awesome text animations. I used the following method on one of my client’s projects: I used blast js to...

Fadein Effect to Web Page on Page Load

Add the following styles to your stylesheet or as internal styles and you are ready.@keyframes pageFadeIn {  from { opacity:0; }  to { opacity:1; }}@-moz-keyframes pageFadeIn {  from { opacity:0; }  to { opacity:1; }}@-webkit-keyframes pageFadeIn...