Replies: 2 comments 2 replies
-
|
Hello, did you try this https://animejs.com/documentation/getting-started/installation#direct-download ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
It's because you are mixing two different of import method. <script src="animejs/dist/bundles/anime.umd.min.js"></script>
<script>
const { animate, utils, createDraggable, spring } = anime;
</script> |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've been able to get AnimeJS working utilizing a CDN, but would ultimately like to load the files directly from my web server. When trying to do this, I run into a variety of errors tied to the module import step. Would anyone be willing to provide some guidance on the proper way to set things up using vanilla Javascript?
Thank you for your time and help!
Beta Was this translation helpful? Give feedback.
All reactions