Amazing Text Animation Effect Flying Letters Animation

Use this simple to implement text animation in your website and impress your users. The animation is very use to be added in any website because you just need to create a new small structure for it and then animate it with javascript. To see the animation go to the bottom of the article and… Continue reading Amazing Text Animation Effect Flying Letters Animation

How to Make Animated Counter Using jQuery

In this tutorial I will show you how to implement a custom animated counter using just html css and jquery, no plugin. To achieve this functionality we will have to get the jquery library and add it to the website, and create 3 new files. index.html, style.css and main.js Animated Counter Using jQuery steps: First… Continue reading How to Make Animated Counter Using jQuery