Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web animation library .js problem #221

Open
aguedasobico opened this issue May 28, 2020 · 1 comment
Open

web animation library .js problem #221

aguedasobico opened this issue May 28, 2020 · 1 comment

Comments

@aguedasobico
Copy link

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
Copy link
Contributor

samthor commented Jun 11, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants