Skip to content
On this page

GSAP 安裝

安裝

npm

bash
npm i gsap

CDN

可以依 gsap install 來選擇需要的套件,建議 ScrollTriggerTextPlugin 通常都是必裝的。

html
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.3/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.3/ScrollTrigger.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.3/TextPlugin.min.js"></script>

Reference