P
P
pegas2018-04-16 23:40:29
JavaScript
pegas, 2018-04-16 23:40:29

Web Animations API is a plugin?

You can create animations using the Web Animations API. Same as in jQ only on pure JS. Explain this feature appeared in ES6 or does it need to be connected by a plugin as an addition to standard JS?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
profesor08, 2018-04-17
@profesor08

And why this wrapper over the usual CSS properties when there are a lot of more convenient things than @keyframes, and a hundred times cooler - webgl.

N
Nikita Kit, 2018-04-17
@ShadowOfCasper

The Web Animations API as such is a native feature of browsers, but the support so far leaves much to be desired and is not worth using in production.
For now, you can get by with third-party plugins and polyfills for this technology. As a native alternative, requestAnimationFrame remains (on which third-party plugins and polyfills are based)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question