Threaded View
-
14 Nov 2012 1:14 AM #1Sencha - Community Support Team
- Join Date
- Nov 2007
- Location
- Helsingborg, Sweden
- Posts
- 2,455
- Vote Rating
- 52
[2.1] Ext.Anim.run won't accept HTML element
[2.1] Ext.Anim.run won't accept HTML element
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 });
You found a bug! We've classified it as
TOUCH-3700
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.


Reply With Quote