rstacruz / jquery.transit

Super-smooth CSS3 transformations and transitions for jQuery
http://ricostacruz.com/jquery.transit
7.29k stars 863 forks source link

rotateX messes up :hover in webkit browsers #195

Open moose-byte opened 10 years ago

moose-byte commented 10 years ago

After .transition({perspective: '400px', rotateX: '-360deg'}), The :hover selector only works for the bottom half of the element. This appears to only happen in webkit browsers such as Chrome and Safari.

juanvillegas commented 10 years ago

same happening to me here..

piv199 commented 10 years ago

The same, rotate+perspective but if +30 deg then works only top side