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

slideDownIn and slideUpOut webkit animations broken #451

Closed
danderson00 opened this issue Oct 17, 2012 · 1 comment
Closed

slideDownIn and slideUpOut webkit animations broken #451

danderson00 opened this issue Oct 17, 2012 · 1 comment

Comments

@danderson00
Copy link

Sorry, this should be a pull request, but too busy to learn how ATM...

themes/scss/include/_animations.scss lines 198-205

@-webkit-keyframes slideDownIn {
    0% {
        -webkit-transform: translateY(0);
    } 
    100% {
        -webkit-transform: translateY(0);
    }
}

line 200 should be:

    -webkit-transform: translateY(-100%);

and a similar fix for slideUpOut.

thomasyip added a commit that referenced this issue Oct 17, 2012
@thomasyip
Copy link
Member

@danderson00, thanks for finding the problem.

Submitted to master.
To git@github.com:senchalabs/jQTouch.git
4d2f902..3ba341a master -> master

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