scrollmagic-plugin-gsap
Advanced tools
Comparing version
@@ -1,6 +0,6 @@ | ||
import { Tween, Timeline } from "gsap"; | ||
import { TimelineLite, TimelineMax, TweenLite, TweenMax } from "gsap"; | ||
export declare const ScrollMagicPluginGsap: ( | ||
ScrollMagic: any, | ||
Tween: Tween, | ||
Timeline: Timeline | ||
tween: typeof TweenLite | typeof TweenMax, | ||
timeline: typeof TimelineLite | typeof TimelineMax | ||
) => void; |
{ | ||
"name": "scrollmagic-plugin-gsap", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Add animation.gsap.js plugin to ScrollMagic in ES6 with no problems", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
18959
0.49%