scrollmagic-plugin-gsap icon indicating copy to clipboard operation
scrollmagic-plugin-gsap copied to clipboard

Add animation.gsap.js plugin to ScrollMagic in ES6 with no problems

Results 4 scrollmagic-plugin-gsap issues
Sort by recently updated
recently updated
newest added

Hi, I am using gsap 2.1.3, scrollmagic 2.0.7 and your plugin: scrollmagic-plugin-gsap 1.0.4, but I still get the following error: **(ScrollMagic.Scene) -> ERROR calling setTween() due to missing Plugin 'animation.gsap'....

I am using scrollmagic and gsap in svelte component like this: ```js //Hero Component import { onMount } from 'svelte' import ScrollMagic from 'scrollmagic' import { TweenMax } from 'gsap'...

It doesn't find the module because this ScrollMagic is in capitals. Changing to lowercase it works, but it maybe comes from this plugin? Before adding this plugin it didn't throw...

Once this PR (https://github.com/janpaepke/ScrollMagic/pull/920) is approved, `scrollmagic-plugin-gsap` will need to get updated. Future syntax would be ``` ScrollMagicPluginGsap(ScrollMagic, gsap); ```