Text Spinning Effect with jQuery

Spread the love

jQuery has always been used to create random animations and effects on web pages. I have written a simple script in jQuery that animates the text in such a way that it looks like if it is spinning on its axis. I have used simple jQuery functions to provide the effect. Main logic is increasing and decreasing the ‘letter-spacing’ CSS property of the text which gives the simple spinning effect.

Demo: http://demos.webspeaks.in/spin/

Download Links

http://www.webspeaks.in/2012/06/simple-text-spinning-effect-with-jquery.html

Scroll to Top