I’m using the animation below to slide my toolbar up and it slides up, but it doesn’t stay. It slides back to its original position. Is this normal behavior?……if so do I have to explicitly set the new top value for the toolbar? Also in my toolbar config , I specify: top: 1536.
Code:
Ext.Anim.run(toolbar,'slide',{
direction: 'up',
duration: 1000,
from:{top:1536},
to:{top:1432}
});
Try this. It should work