vote up 1 vote down star
1

Can any one please help to how to create animated text using ExtJs

flag

76% accept rate

1 Answer

vote up 1 vote down check

Some examples:

Ext.get("my-element-id").highlight();

Ext.get("my-element-id").fadeIn();

Easy. Check out the Ext.Fx class. It has many animation methods.

http://extjs.com/deploy/ext/docs/output/Ext.Fx.html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.