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

slide-in-right animation has wrong 'ng-leave' #1610

Closed
clawish opened this issue Jun 12, 2014 · 2 comments
Closed

slide-in-right animation has wrong 'ng-leave' #1610

clawish opened this issue Jun 12, 2014 · 2 comments

Comments

@clawish
Copy link

clawish commented Jun 12, 2014

in ionic.css, the class

.slide-in-right.ng-leave, .slide-in-right > .ng-leave {
    -webkit-animation-name: slideInFromRight;
    -moz-animation-name: slideInFromRight;
    animation-name: slideInFromRight;

should be

.slide-in-right.ng-leave, .slide-in-right > .ng-leave {
    -webkit-animation-name: slideOutToRight;
    -moz-animation-name: slideOutToRight;
    animation-name: slideOutToRight;

right now it is producing wrong animations, however, this is an easy fix and probably a copy-paste-related relict.
Thanks

@ajoslin
Copy link
Contributor

ajoslin commented Jun 12, 2014

Fixed, thanks

@ionitron-bot
Copy link

ionitron-bot bot commented Sep 6, 2018

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants