Presentation: Gaining Control with the Web Animations API
Abstract
We've enjoyed CSS transitions and animations for several years, with their broad support and ability to get key performance gains. Now the Web Animations API is here and growing, so what does this let us do through JavaScript?
Through several examples, we will take a look at how this new JavaScript API came to be and how it compares to the alternate ways to animate on the web. We will work through its added benefits like timelines, controls, and its dynamic nature in addition to detailing what is available today and coming soon.