-
17 Jan 2012 2:10 AM #1
animate() bug
animate() bug
Code:
Error:PHP Code:icon.
animate({
duration: 100,
keyframes: {
50: {
x: left + scale/2,
y: top + scale/2,
width: w - scale,
height: h - scale,
opacity: fade
},
100: {
x: left,
y: top,
width: w,
height: h,
opacity: 1
}
}
});
PHP Code:anim.isReady is not a function
if (anim.isReady()) { ext-all-debug.js (line 51088)
-
17 Jan 2012 8:01 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,107
- Vote Rating
- 453
What is icon?
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
17 Jan 2012 10:17 AM #3
-
17 Jan 2012 2:02 PM #4
Thanks for the heads up, however this is already resolved for the next 4.1 release.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!


Reply With Quote