Docs say it should.
Works:
Doesn't workCode:Ext.Anim.run(Ext.getBody(), 'fade', {
out : true,
duration : 500,
autoClear : false
});
Code:Ext.Anim.run(document.body, 'fade', {
out : true,
duration : 500,
autoClear : false
});
Printable View
Docs say it should.
Works:
Doesn't workCode:Ext.Anim.run(Ext.getBody(), 'fade', {
out : true,
duration : 500,
autoClear : false
});
Code:Ext.Anim.run(document.body, 'fade', {
out : true,
duration : 500,
autoClear : false
});
Thanks for the report! I have opened a bug in our bug tracker.