Category: web animation

CSS Animations vs Web Animations API

There is a native API for animation in JavaScript known as the Web Animations API. We’ll call it WAAPI in this post. MDN has good documentation on it, and Dan Wilson has a great article series. In this article, we’ll compare WAAPI and animations done in CSS.A note on browser support WAAPI has a comprehen...

Make Your Website Interactive and Fun with Velocity.js (No jQuery)

Special thanks from me go to James Hibbard and the developers behind Velocity for reviewing this article. Also to users and developers who contribute and have contributed to Velocity over the years.In this article I introduce Velocity.js, a fast and high-powered JavaScript animation engine by Julian Shapiro. By th...