Share Posted July 15, 2014 The red box in this example has a hover effect on the css. See the Pen aHepz by anon (@anon) on CodePen The thing is this only works if the mouse is moving on the red box; not when thw box itself moves under the mousepointer (leave the mouse in the path of the box). This is probably not a Tweenlite issue but a js question. How do I fix that? Link to comment Share on other sites More sharing options...
Share Posted July 15, 2014 Hello Torben, and Welecome to the GreenSock Forum! I am not seeing any hover effect happening on your codepen example. Also I do not see any CSS :hover pseudo classes or any JavaScript hover events either. Maybe you forgot to add it your codepen example? 1 Link to comment Share on other sites More sharing options...
Share Posted July 15, 2014 I think this is what he ment: See the Pen oljqA by bassta (@bassta) on CodePen I added the :hover pseudo-class and also made the tween slower, so it is easier for testing. I comfirm the bug, but I think it has nothing to do with GSAP, it is a browser issue. Link to comment Share on other sites More sharing options...
Author Share Posted July 15, 2014 Thank you Chrysto - don't know what happened to my Codepen. And yes that is what I meant Link to comment Share on other sites More sharing options...
Share Posted July 15, 2014 Interesting bug, currently I can only test on Webkit browsers, on Mac OSX, but seems like with different tweening engines ( jQuery animate() for example ) , with different properties animated ( left, margin-left etc. ) this happens. Link to comment Share on other sites More sharing options...
Share Posted July 15, 2014 I tested on PC - Windows 64-bit Firefox 30 - pseudo :hover does trigger IE11 - pseudo :hover does NOT trigger Chrome 35 - pseudo :hover does NOT trigger Link to comment Share on other sites More sharing options...
Author Share Posted July 16, 2014 There seems to be an agreement to this being a browser bug. If anyone else finds this a need a fix there is a work around here: http://stackoverflow.com/questions/24787618/hover-not-working-on-animated-div Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now