-
9 Feb 2012 1:21 AM #1
Animation problem (st2 beta 2)
Animation problem (st2 beta 2)
i want to popup a modal window, the code is as following.
when i show it, the animation works well. and tap the mask, it hide, the mask disappear, the animation works well too.
but if i tap a button on this window, in the tap event hide the window, the window hide well, but the mask doesn't disappear, why ? a bug
if i remove the hideAnimation code, i tap a button on this window, in the tap event hide the window, the window hide well, the mask disappear too.Code:Ext.define('com.view.test', { extend : 'Ext.Container', requires:[ 'Ext.field.Spinner', 'Ext.Img' ], config : { modal: true, centered : true, hideOnMaskTap : true, cls: 'reserve-cls', width: 650, height: 500, layout: 'vbox', showAnimation: { type: 'fadeIn', duration: 500, easing: 'ease-out' }, hideAnimation: { type: 'fadeOut', duration: 250, easing: 'ease-out' },
-
9 Feb 2012 12:10 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 438
So it's when you execute hide() the mask remains?
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.
-
13 Feb 2012 12:03 AM #3
-
13 Feb 2012 6:26 PM #4


Reply With Quote