-
Notifications
You must be signed in to change notification settings - Fork 38
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
Animation not following instruction in local svelte build #32
Comments
hi, can you share a link with the build breaking so I can take a look? |
Not sure, what you mean, but if you follow this link: https://codesandbox.io/s/followingfacesvelte-3grho Then just above where you can see the files (the file explorer), next where it says "Files", there is an arrow down button, which let's you download a zip file. unzip, and run |
Yes, it's the same problem. Rollup doesn't correctly build the library and breaks. |
Cool, thanks for your answer. I made the app work locally by using svelte with webpack instead of rollup. For anyone bumping into this issue, my workaround: |
Hej,
I am trying to integrate
lottie-web
andlottie-api
in a Svelte application.I took the following codepen example:
https://codepen.io/driezis/pen/zYOQLrw
and made a svelte version from it:
https://codesandbox.io/s/followingfacesvelte-3grho
It works nicely in the codesandbox, but when I download the zip with all the files from the codesandbox and try to have it build locally, the face is not following the mouse.
It may has something to do with this issue: airbnb/lottie-web#2599
I am out of my depth by now, any suggestions on how to solve this?
Best,
Rasmus
The text was updated successfully, but these errors were encountered: