animate text-align with jquery -


I'm new to jquery and I've used a simple resizing navigation menu

  $ (This) .stop () Chetan ({width: 170}, "slow");  

My question is how can I add an animated effect to change text alignment.

> I understand that it changes:

  $ ('. MyElementClass'). CSS ('text-align', 'center');  

But it looks ugly, and:

  $ (this) .stop (). Chetan ({'text-align: left'}, "slow");  

Not working at all.

You can not use text align as text because it is not numeric and between states Can not be reduced.


Comments