eugenii / jqueryrotate

Automatically exported from code.google.com/p/jqueryrotate
1 stars 0 forks source link

Repeating animation under FF/Ubuntu #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. rotation with mouseover
2.
3.

What is the expected output? What do you see instead?
After rotating, and fading in a text, animation should stop. Rotation goes 
endless, text fades in and out endless.

What version of the product are you using? On what operating system?
v2.2, and Ubuntu 11.10 with Firefox 16.0.2

Please provide any additional information below.
example: devartpro.com/#about
eg. under Chrome works perfectly

Original issue reported on code.google.com by szala...@gmail.com on 19 Nov 2012 at 10:25

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
thank you!

Original comment by szala...@gmail.com on 19 Nov 2012 at 10:32

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by wil...@gmail.com on 30 Jun 2013 at 8:15