How do i run an animation(like changing CSS properties) in native javascript without using jQuery library’s animate method??
I have tried jQuery library animate and the framerate interval changes to make my animation fluid.
Thanks in advance
How do i run an animation(like changing CSS properties) in native javascript without using
Share
Here is an example:
http://jsfiddle.net/4M3ts/1/