Open replete opened 12 years ago
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.
@replete can you explain in detail? I'm not entirely sure from the video what the issue your running into is.
http://screencast.com/t/eQqbKFhOnk5
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.