cameronmcefee / plax

JQuery powered parallaxing

Home Page:http://www.cameronmcefee.com/plax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculation errors in Webkit with CSS3 features

replete opened this issue · comments

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.