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
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
To make animations smooth you need to use requestAnimationFrame() API.
http://paulirish.com/2011/requestanimationframe-for-smart-animating/