When it comes to developing animated applications driven by JavaScript you always depend on some type of loop, one that recalculates the position, color, scaling or other attributes for every frame. This is also a reoccurring problem in other languages … Continue reading
Tag Archives: requestAnimationFrame
Develop Animated Apps Using JavaScript and requestAnimationFrame
Tweening Engines in JavaScript
When you are creating code-based animations, sooner or later you get to a point where you can’t work without a specific component: tweening engines. What is tweening? Originating from the creation of comics, tweening derives from “in-betweening” and refers to … Continue reading
