web-animations / web-animations-js

JavaScript implementation of the Web Animations API
http://web-animations.github.io
Apache License 2.0
3.77k stars 409 forks source link

web animation library .js problem #221

Open aguedasobico opened 4 years ago

aguedasobico commented 4 years ago

hi! i'm really new to github and also to usage of libraries in javascript. i'm trying to use the muuri library, but it needs the web animation library to work properly. according to the muuri's demo i need to include the web animation's .js file to my html, called "web-animations.min.js" but i can't find on their github post. could you please show me where is it? thanks.

samthor commented 4 years ago

I think you'll want to depend on this project from NPM: https://www.npmjs.com/package/web-animations-js

You can also depend on the file via a CDN: https://unpkg.com/web-animations-js

Basically not all projects host the built "min.js" versions of files in the repo themselves, but instead only put them on NPM, where you can depend on them generally.