Jump to content
GreenSock

gsap is the base object that all GSAP functionality is found in.

By using it directly you can do things such setting GSAP’s global configuration (gsap.config()), create tweens (gsap.to(), gsap.from(), gsap.fromTo()) and timelines (gsap.timeline()), access any existing tweens (gsap.getTweensOf()), and many other things. Check out the documentation for the methods and properties in the navigation menu for more information!

Copyright 2017, GreenSock. All rights reserved. This work is subject to theterms of useor for Club GreenSock members, the software agreement that was issued with the membership.
×