I looking for way to animate text with jQuery.
I want to display ‘logging in…’ message where 3 dots should be hidden on page load and after every lets say 300ms 1 dot to become visible. Which all together should create animation.
Is there any jQuery function created to do exact that or I will have to right my own?
Any suggestions much appreciated.
This can be done rather nicely with a jQuery plugin. This makes it re-usable and configurable.
Something like this is simple enough. It has 3 defaults, which can be overriden
delay the delay inbetween adding new dots. defaults to 300ms
Usage could then be
And a live example: http://jsfiddle.net/6bbKk/