React Web Animations JS Wrapper
A wrapper for import Web Animations API JS Polyfill for ReactInstallation
The easiest way is to keepreact-web-animations-js-wrapper
as a dependency in your package.json
.
{
"dependencies": {
"react-web-animations-js-wrapper": "1.0.0"
}
}
You can simple do it by:
npm install react-web-animations-js-wrapper --save
Examples
import "react-web-animations-js-wrapper";
... or ...
import "react-web-animations-js-wrapper/next";