September 2024
Beginner to intermediate
985 pages
35h 37m
English
The Web Animation API (http://www.w3.org/TR/web-animations/) enables web developers to define and control animations within a web page via JavaScript. For this purpose, the API defines various new interfaces, which are implemented by Firefox, Chrome, and Opera as of today. Internet Explorer, Microsoft Edge, and Safari do not currently support the API (for more details, check out the Can I Use web page at http://caniuse.com/#search=web%20animations%20api). In browsers that do not yet offer support, you can fall back on polyfills such as the one found at https://github.com/web-animations/web-animations-js.
At the core of the Web Animation API is the animate() method, which is newly provided ...
Read now
Unlock full access