- Where Developers Learn, Share, & Build Careers
Will a webpage be affected with CSS / Javascript / jquery etc? Let's show the letters of the text and each individual letter at a time, it would be good to create a 'zoom-up' effect, ideally it would be nice to display a little differentiation on each letter, but it would not be important.
What I am trying to achieve is changing the style of each individual letter, as you are the mouse on them, this text is not a link, it is also not dynamic which means There is a static paragraph of the text and I want to apply this effect to each letter.
Any help is appreciated.
Thank you. / P>
You can try the plugin.
Alternatively, you span each letter and then enliven it:
$ ("selector"). ({FontSize: "22"}, 300);}, function () {$ (this) .mate ({fontSize: "16"}, 300);})
Comments
Post a Comment