typescript - GSAP in Ionic project -
how can import gsap library ionic project. using npm install gsap don't work when import through
import { tweenmax, timelinemax} "gsap";
i use typescript. thanks
typical import
import {tweenmax, power2, timelinelite} "gsap";
get parts aren't included inside tweenmax
import draggable "gsap/draggable"; import scrolltoplugin "gsap/scrolltoplugin";
for more information-
Comments
Post a Comment