Popmotion / popmotion

Simple animation libraries for delightful user interfaces
https://popmotion.io
19.95k stars 662 forks source link

Importing Popmotion via "/dist/popmotion.global.min.js" 404 Issue #930

Open samia-mnn opened 2 years ago

samia-mnn commented 2 years ago

Hello, I have a small tarot-reader app in which I use Popmotion for animation. It's been working great until recently, where I now get a 404 error when I try to import Popmotion using the above line.

When I follow the link, it seems like I can no longer download the script. What can I do to resolve this? Thank you so much!

alexmuu commented 2 years ago

I have the same problem

alexcumplido commented 2 years ago

Hi, try adding version @11.0.3 and removing global from the url. <script src="https://unpkg.com/popmotion@11.0.3/dist/popmotion.min.js"></script>