TextPlugin
Tweens the text content of a DOM element, replacing it one character or word at a time.
CSSRulePlugin
Allows GSAP to animate the raw style sheet rules which affect all objects of a particular selector.
ScrollToPlugin
Animates the scroll position of the window or a DOM element.
AttrPlugin
Tweens any numeric attribute of a DOM element.
BezierPlugin
Animate virtually any property (or properties) along a curved Bezier path which you define as an array of points/values.
CSSPlugin
With the help of the CSSPlugin, GSAP can animate almost any css-related property of DOM elements.
EaselPlugin
Tweens special EaselJS-related properties for things like saturation, contrast, tint, colorize, brightness, exposure, and hue.
Physics2DPlugin
Provides simple physics functionality for tweening an Object's x and y coordinates (or "left" and "top") based on a combination of velocity, angle, gravity, acceleration, accelerationAngle, and/or friction.
PhysicsPropsPlugin
PhysicsPropsPlugin allows you to tween any numeric property of any object based on velocity and/or acceleration.