parcel-bundler / website

🌎 Parcel website
https://parceljs.org
MIT License
350 stars 466 forks source link

Need to load the animation plugin for ScrollMagic and GSAP #597

Closed erickespinoza closed 4 years ago

erickespinoza commented 4 years ago

I'm trying to use those npm repositories:

but those libraries also required a scrollmagic plugin called animation that will be this code: https://github.com/janpaepke/ScrollMagic/blob/development/scrollmagic/uncompressed/plugins/animation.gsap.js

how I made to load this dependencies with Parcel?

thanks, Erick Espinoza

SarthakDandotiya commented 4 years ago

You can get rid of ScrollMagic completely as GSAP now has a plugin called ScrollTrigger which can be used instead to do the similar things ScrollMagic was used for.

Not exactly the solution to you might need but it should help anyway :)

mischnic commented 4 years ago

This is not related to the Parcel website. If you still have propblems, please open an issue here: https://github.com/parcel-bundler/parcel/issues