Beyond Tweening
Cassie Evans
Table of Contents
About the presenter
What is GSAP
GSAP (GreenSock Animation Platform) is a framework with which you can animate UI, 2D, and 3D elements. The depth of GSAP blows me away every time.
Tips for using GSAP
Slides It seems like I stumble on something new and amazing every time I peek at the docs.
GSAP is an animation toolbox. Look into what GSAP has to offer; this way, you can maybe find another easier solution. GSAP Utils is useful to avoid writing so much code, like:
- utils.random()
- utils.mapRange()
- utils.wrap()
- utils.pipe()
Let the ease do the work. You can use Ease Visualizer.
matchMedia() is GSAP’s version of media queries.
Control methods
- play()
- pause()
- resume()
- reverse()
- restart()