... <script> gsap.from('.header', { duration: 1,/*持續時間*/ y: '-100%', ease: 'bounce'/*檢視官網api 搜尋Eases*/ }) gsap.from('.link', ...
確定! 回上一頁