Mikul Gohil
Mikul Gohil

Reputation: 583

animation is not smooth canvas

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

Answers (1)

Mikko Ohtamaa
Mikko Ohtamaa

Reputation: 83706

To make animations smooth you need to use requestAnimationFrame() API.

http://paulirish.com/2011/requestanimationframe-for-smart-animating/

Upvotes: 7

Related Questions