-
7 May 2012 8:35 PM #1
element.fadeIn() is not available
element.fadeIn() is not available
element.fadeIn() is not available in 4.1
-
7 May 2012 8:45 PM #2
Do you have a test case?
Code:Ext.require('Ext.fx.*'); Ext.onReady(function() { var el = Ext.getBody().createChild({ tag: 'div', style: { width: '100px', height: '100px', backgroundColor: 'red' } }); el.setOpacity(0); el.fadeIn({ duration: 3000 }); });Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!

