-
14 Nov 2012 1:14 AM #1Sencha - Community Support Team
- Join Date
- Nov 2007
- Location
- Helsingborg, Sweden
- Posts
- 2,460
- Vote Rating
- 56
[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 });
-
14 Nov 2012 6:23 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 438
Thanks for the report! I have opened a bug in our bug tracker.
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