mankz
14 Nov 2012, 1:14 AM
Docs say it should.
Works:
Ext.Anim.run(Ext.getBody(), 'fade', {
out : true,
duration : 500,
autoClear : false
});
Doesn't work
Ext.Anim.run(document.body, 'fade', {
out : true,
duration : 500,
autoClear : false
});
Works:
Ext.Anim.run(Ext.getBody(), 'fade', {
out : true,
duration : 500,
autoClear : false
});
Doesn't work
Ext.Anim.run(document.body, 'fade', {
out : true,
duration : 500,
autoClear : false
});