Closed GoogleCodeExporter closed 9 years ago
I would advice to bind mouseover event over the DIV and rotate image from
within. Your Image file is transparent and might cause to trigger mouseout
events trough transparent areas :/
Original comment by wil...@gmail.com
on 19 Nov 2012 at 10:29
thank you!
Original comment by szala...@gmail.com
on 19 Nov 2012 at 10:32
After a short trial and error, when I use fadeIn and fadeOut in the callback,
this endless effect appears. Commenting them out, no problem with rotate in FF
too.
http://hastebin.com/gibefuteya.coffee
Now any idea?
Original comment by szala...@gmail.com
on 19 Nov 2012 at 11:46
You still have mouseover/mouseout as a part of image (inside .rotate). Instead
try to do a $(yourDivContainImg).mouseover/mouseout(function(){
/// here do $(img).rotate
});
Original comment by wil...@gmail.com
on 19 Nov 2012 at 11:51
Original comment by wil...@gmail.com
on 30 Jun 2013 at 8:15
Original issue reported on code.google.com by
szala...@gmail.com
on 19 Nov 2012 at 10:25