UNPKG

scrollmagic-plugin-gsap

Version:

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

7 lines (6 loc) 252 B
import { TimelineLite, TimelineMax, TweenLite, TweenMax } from "gsap"; export declare const ScrollMagicPluginGsap: ( ScrollMagic: any, tween: typeof TweenLite | typeof TweenMax, timeline: typeof TimelineLite | typeof TimelineMax ) => void;