Skip to content

hchiam/learning-gsap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning GSAP (GreenSock Animation Platform)

Basically the best from both CSS and jQuery: fast like CSS animations, but higher control and browser compatibility like jQuery animations.

Just one of the things I'm learning. https://github.com/hchiam/learning

Setup

<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.7.1/gsap.min.js"></script>

or: npm install gsap

Quick reference

Clickable props link to docs: https://greensock.com/cheatsheet

Learning

Further references

Why

Certain properties for CSS animations are hardware-accelerated, and simpler animations can be done with CSS, but for better perf than jQuery animations and more complex animation control than can be easily-manageably done with with CSS, use GSAP.

About

Learning GSAP (GreenSock Animation Platform)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published