I see some google search results for this question but none seem to answer it accurately. I have a view that uses a titlebar and a toolbar, and want to slide them out of view (titlebar:up, toolbar:down) while smoothly adjusting the rest of the view to fit. Is this possible?

For example I read the Ext.Anim source code and there is no way to use a frame render callback on the animation. Plus those animations seem to be choppy/buggy for these objects anyway.


Thoughts? Thanks!