본문 바로가기
유용한사이트

GSAP 무료 자바스크립트 애니메이션 라이브러리

by lionbum 2023. 1. 5.

용량이 가볍고 사용이 쉽고

상업적 용도를 포함하여 무료로 사용이 가능하다. 

 

https://greensock.com/

 

GreenSock

GSAP is an industry standard JavaScript animation library from GreenSock that lets you craft high-performance animations that work in every major browser.

greensock.com

 

사용방법 

 

1. GSAP CDN 접속 

https://cdnjs.com/libraries/gsap

 

gsap - Libraries - cdnjs - The #1 free and open source CDN built to make life easier for developers

GSAP is a JavaScript library for building high-performance animations that work in **every** major browser. Animate CSS, SVG, canvas, React, Vue, WebGL, colors, strings, motion paths, generic objects...anything JavaScript can touch! No other library delive

cdnjs.com

cdn 주소 복사

<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/gsap.min.js" integrity="sha512-f8mwTB+Bs8a5c46DEm7HQLcJuHMBaH/UFlcgyetMqqkvTcYg4g5VXsYR71b3qC82lZytjNYvBj2pf0VekA9/FQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>

 

JS 파일들 중에서도 위쪽으로 넣어준다. 

 

 

728x90
반응형

댓글