WIP - add extractor, generate snippet_data
This commit is contained in:
25
node_modules/gsap/index.js
generated
vendored
Normal file
25
node_modules/gsap/index.js
generated
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
/*!
|
||||
* VERSION: 2.1.3
|
||||
* DATE: 2019-05-17
|
||||
* UPDATES AND DOCS AT: http://greensock.com
|
||||
*
|
||||
* @license Copyright (c) 2008-2019, GreenSock. All rights reserved.
|
||||
* This work is subject to the terms at http://greensock.com/standard-license or for
|
||||
* Club GreenSock members, the software agreement that was issued with your membership.
|
||||
*
|
||||
* @author: Jack Doyle, jack@greensock.com
|
||||
**/
|
||||
import TweenLite, { _gsScope, TweenPlugin, Ease, Power0, Power1, Power2, Power3, Power4, Linear } from "./TweenLite.js";
|
||||
import TimelineLite from "./TimelineLite.js";
|
||||
import TimelineMax from "./TimelineMax.js";
|
||||
import TweenMax from "./TweenMax.js";
|
||||
import CSSPlugin from "./CSSPlugin.js";
|
||||
import AttrPlugin from "./AttrPlugin.js";
|
||||
import RoundPropsPlugin from "./RoundPropsPlugin.js";
|
||||
import DirectionalRotationPlugin from "./DirectionalRotationPlugin.js";
|
||||
import BezierPlugin from "./BezierPlugin.js";
|
||||
import { Back, Elastic, Bounce, RoughEase, SlowMo, SteppedEase, Circ, Expo, Sine, ExpoScaleEase } from "./EasePack.js";
|
||||
|
||||
|
||||
export { TweenMax as default };
|
||||
export { TweenLite, TweenMax, TimelineLite, TimelineMax, CSSPlugin, AttrPlugin, BezierPlugin, RoundPropsPlugin, DirectionalRotationPlugin, TweenPlugin, Ease, Power0, Power1, Power2, Power3, Power4, Linear, Back, Elastic, Bounce, RoughEase, SlowMo, SteppedEase, Circ, Expo, Sine, ExpoScaleEase, _gsScope };
|
||||
Reference in New Issue
Block a user