gsap.timeline() .add() // add tween to timeline .to('element ... variable tl tl.add(); // add tween to timeline tl.to('selector', {}); tl ...
確定! 回上一頁