Use Web Animations API easier
npm install @webanimate/webanimate


Use Web Animations API easier.
This is alpha. Please don't use it. Stable version coming very soon.
```
$ yarn add webanimate
or
``
$ npm install webanimate
Import:
`javascript`
import webanimate from 'webanimate'
Or load from CDN:
`html`
options as listed here plus 2 additional options:
- play (Boolean) - whether to play animation after creation or notall
- (Boolean) - whether to use querySelector or querySelectorAll.false
If passes selectors to document.querySelector and returns single animation or null, if true to querySelectorAll, returns Array of animations or null`