CSS Animations vs Web Animations API
June 13, 2017There 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...
Recent Comments