TweenMax npm install

npm install gsap


 
 
//typical import
import {TweenMax, Power2, TimelineLite} from "gsap";
 
//or get to the parts that aren't included inside TweenMax (works as of 1.19.1):
import Draggable from "gsap/Draggable";
import ScrollToPlugin from "gsap/ScrollToPlugin";

猜你喜欢

转载自blog.csdn.net/adenfeng/article/details/80352547