We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've noticed miscalculations in webkit-based browsers when using CSS3 features like Transition and Transform:
{webkit-transition: .2s all ease-in} {webkit-transform:scale(0.65)}
Video example: http://screencast.com/t/6ZdlGaC4obt
It stumped me for a little while, but as I was withering on about in previous thread, I think it's something to do with line 78 in plax.js.
Sorry for the previous confusion.
The text was updated successfully, but these errors were encountered:
@replete can you explain in detail? I'm not entirely sure from the video what the issue your running into is.
Sorry, something went wrong.
http://screencast.com/t/eQqbKFhOnk5
No branches or pull requests
I've noticed miscalculations in webkit-based browsers when using CSS3 features like Transition and Transform:
Video example: http://screencast.com/t/6ZdlGaC4obt
It stumped me for a little while, but as I was withering on about in previous thread, I think it's something to do with line 78 in plax.js.
Sorry for the previous confusion.
The text was updated successfully, but these errors were encountered: