Is there an equivalent of Jquery's animate() and find() in ExtJS? -
I'm thinking of using ExtJS in one of my latest projects. However, I am struggling to regenerate animate () and search () in extjs, I am still an early user in EXTESSES, so I can remember some things
here There is a snippet that I would like to reproduce in ExtJs
$ (element) .animate ({width: 50}). Find ("img"). Animate ({width: 150}) .end () .find ("h1") .animate ({fontSize: 20});
Cheers, Mikey
A look and extension element ()
Comments
Post a Comment