Ext.enableFx=false does not work at all
in 4.0.7 it's ok, tree node expand/collapse , panel in border layout collapse/expand
but now in 4.1 rc2,3 it not available~ am i wrong?
Printable View
Ext.enableFx=false does not work at all
in 4.0.7 it's ok, tree node expand/collapse , panel in border layout collapse/expand
but now in 4.1 rc2,3 it not available~ am i wrong?
Please see if 4.1 corrects this issue:
http://www.sencha.com/blog/ext-js-4-1-final-released/
Regards,
Scott.
In case of the tree panel, viewConfig : { animate : false } will help you to disable animation during expand/collapse.
thanks, tree worked, but for panel collapse or expand in border layout, still not available