Closed GoogleCodeExporter closed 9 years ago
I'm terrible sorry for that issue. Unfortunately its a drawback of how the
plugin works - during first rotation it replaces IMG element with VML object in
IE, and tries to copy most of the attributes a previous object has. It in fact
misses some of the attributes, like a "bottom" attribute.
Easiest way to fix it for you would be - rotate object using 0 value first,
then do the movement. This way you'll make sure that you moving a already
replaced object.
Original comment by wil...@gmail.com
on 9 Oct 2013 at 8:58
In your case it would be:
sunRise: function () {
$(".sun").rotate(0);
$(".sun").animate(
Original comment by wil...@gmail.com
on 9 Oct 2013 at 8:59
Perfect, it works man. Thanks a lot. You are a saviour. :-)
Original comment by yogeshar...@gmail.com
on 9 Oct 2013 at 3:03
Original issue reported on code.google.com by
yogeshar...@gmail.com
on 3 Oct 2013 at 5:12