Skip to content

patiernom/react-web-animations-js-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Web Animations JS Wrapper

A wrapper for import Web Animations API JS Polyfill for React

Installation

The easiest way is to keep react-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";

Release History

(Nothing yet)

License

Licensed under the MIT license.

About

A wrapper for import web animations API Polyfill for React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published