Reputation: 583
i have made this example
http://jsfiddle.net/mikulgohil/yc6Lb/
but the issue is that animation is not smooth
can you help me to make it smooth
Upvotes: 1
Views: 4567
Reputation: 83706
To make animations smooth you need to use requestAnimationFrame() API.
http://paulirish.com/2011/requestanimationframe-for-smart-animating/
Upvotes: 7