Open GoogleCodeExporter opened 9 years ago
This code works as a hack around the issue.
The example moves a needle around a speedometer.
//needle
$('img#needle').rotate(
{bind:{
click: function() {
$(this).rotate({
angle:currentNeedleDegrees,
animateTo: scoreDegrees
})
}
}
}); //rotate
document.getElementById('needle').click();
Original comment by ke...@giszewski.com
on 12 Oct 2011 at 6:14
Original issue reported on code.google.com by
almagestfraternite@gmail.com
on 28 Sep 2011 at 12:50