Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

joStack should have a animateDoneEvent event #58

Open
kscottj opened this issue Mar 27, 2012 · 1 comment
Open

joStack should have a animateDoneEvent event #58

kscottj opened this issue Mar 27, 2012 · 1 comment
Assignees
Milestone

Comments

@kscottj
Copy link

kscottj commented Mar 27, 2012

This would allow you to preform an action when the joStack is done animating( CSS transition) the current screen. I created a new event (animateDoneEvent) in my fork of jo for this purpose.

I use it to re-enable the back button so my IOS users can not click an the back button during a screen transition.

this.stack.animateDoneEvent.subscribe( function(){
console.debug("animate done enable back");
MobileApp.nav.back.enable();
});

@davebalmer
Copy link
Owner

This is a good suggestion, thanks. :)

@ghost ghost assigned davebalmer Dec 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants