- 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

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -