Last active
December 25, 2015 04:28
-
-
Save sethyuan/0511928417d1a38f0c36 to your computer and use it in GitHub Desktop.
Using GSAP with Webpack
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// If you're using TimelineLite, use below code to extract the GreenSockGlobals. | |
import {TimelineLite, Power1} from "imports?define=>false!exports?_gsScope.GreenSockGlobals!gsap/src/uncompressed/TimelineLite"; | |
import "imports?define=>false!gsap/src/uncompressed/plugins/CSSPlugin"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment