Closed Efetivos closed 7 years ago
Nothing? Nobody?
It's settled. Blake moderator from Greensock presented an effective solution for the import: Follow Link: https://greensock.com/forums/topic/16970-gsapanimationscrollmagic-vue-cli/
Do I have to configure ScrollMagic with webpack? Can I use the cdn?
I'm using Vue-Cli / Webpack template and I already managed to import ScrollMagic, but when running TimelineMax with setTween I get this error
"(ScrollMagic.Scene) -> ERROR calling setTween() due to missing Plugin 'animation.gsap'. Please make sure to include plugins/animation.gsap.js" My webpack.base.config.js is configured like this:
Any idea how to solve this: Link for Github folder: https://github.com/Efetivos/vue_init/blob/master/src/components/GsapTest.vue