Responsive and Infinitely Scalable JS Animations

added by JavaScript Kicks
2/22/2015 2:37:57 PM

1075 Views

Back in late 2012 it was not easy to find open source projects using requestAnimationFrame() – this is the hook that allows Javascript code to synchronize with a web browser's native paint loop. Animations using this method can run at 60 fps and deliver fantastic game-like content interactions if one is careful to follow the rules.*


0 comments