A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
CENTER — Constant static property in class com.greensock.layout.AlignMode
Align with the center of the area.
CENTER — Property in class com.greensock.layout.LiquidStage
center of the stage
change — Property in class com.greensock.core.PropTween
Amount to change (basically, the difference between the starting value and ending value)
changeFactor — Property in class com.greensock.plugins.TweenPlugin
Circ — Class in package com.greensock.easing
Circle2D — Class in package com.greensock.motionPaths
A Circle2D defines a circular path on which a PathFollower can be placed, making it simple to tween objects along a circle or oval (make an oval by altering the width/height/scaleX/scaleY properties).
Circle2D(x, y, radius) — Constructor in class com.greensock.motionPaths.Circle2D
Constructor
Circle2DPlugin — Class in package com.greensock.plugins
Tweens an object along a Circle2D motion path in any direction (clockwise, counter-clockwise, or shortest).
clear(tweens) — Method in class com.greensock.TimelineLite
Empties the timeline of all child tweens/timelines, or you can optionally pass an Array containing specific tweens/timelines to remove.
CLICK_OFF — Constant static property in class com.greensock.events.TransformEvent
CLOCKWISE — Constant static property in class com.greensock.motionPaths.Direction
clone() — Method in class com.greensock.data.TweenLiteVars
Clones the TweenLiteVars object.
clone() — Method in class com.greensock.data.TweenMaxVars
Clones the TweenMaxVars object.
clone() — Method in class com.greensock.events.TransformEvent
clone() — Method in class com.greensock.events.TweenEvent
clone() — Method in class com.greensock.events.VideoEvent
clone() — Method in class com.greensock.layout.DynamicPinPoint
clone() — Method in class com.greensock.layout.PinPoint
color — Property in class com.greensock.data.DropShadowFilterVars
Color.
color — Property in class com.greensock.data.GlowFilterVars
Color.
colorMatrixFilter — Property in class com.greensock.data.TweenLiteVars
Applies a ColorMatrixFilter tween (use the ColorMatrixFilterVars class to define the values).
ColorMatrixFilterPlugin — Class in package com.greensock.plugins
ColorMatrixFilter tweening offers an easy way to tween a DisplayObject's saturation, hue, contrast, brightness, and colorization.
ColorMatrixFilterVars — Class in package com.greensock.data
ColorMatrixFilterVars(colorize, amount, saturation, contrast, brightness, hue, threshold, remove, index, addFilter) — Constructor in class com.greensock.data.ColorMatrixFilterVars
colorTransform — Property in class com.greensock.data.TweenLiteVars
Applies a ColorTransform tween (use the ColorTransformVars class to define the values).
ColorTransformPlugin — Class in package com.greensock.plugins
Ever wanted to tween ColorTransform properties of a DisplayObject to do advanced effects like overexposing, altering the brightness or setting the percent/amount of tint? Or maybe tween individual ColorTransform properties like redMultiplier, redOffset, blueMultiplier, blueOffset, etc.
ColorTransformVars — Class in package com.greensock.data
ColorTransformVars(tint, tintAmount, exposure, brightness, redMultiplier, greenMultiplier, blueMultiplier, alphaMultiplier, redOffset, greenOffset, blueOffset, alphaOffset) — Constructor in class com.greensock.data.ColorTransformVars
com.greensock — Package
com.greensock.core — Package
com.greensock.data — Package
com.greensock.easing — Package
com.greensock.events — Package
com.greensock.layout — Package
com.greensock.layout.core — Package
com.greensock.motionPaths — Package
com.greensock.plugins — Package
com.greensock.text — Package
complete(skipRender, suppressEvents) — Method in class com.greensock.TimelineMax
Forces the timeline to completion.
complete(skipRender, suppressEvents) — Method in class com.greensock.TweenMax
Forces the tween to completion.
complete(skipRender) — Method in class com.greensock.TweenNano
Forces the tween to completion.
complete(skipRender, suppressEvents) — Method in class com.greensock.core.TweenCore
Forces the tween/timeline to completion.
COMPLETE — Constant static property in class com.greensock.events.TweenEvent
COMPLETE — Constant static property in class com.greensock.events.VideoEvent
CONCURRENT — Constant static property in class com.greensock.OverwriteManager
Overwrites tweens of the same target that are active when the tween renders for the first time.
copyPropsTo(vars:com.greensock.data:VarsCore) — Method in class com.greensock.data.VarsCore
COUNTER_CLOCKWISE — Constant static property in class com.greensock.motionPaths.Direction
create(vars) — Static method in class com.greensock.data.BevelFilterVars
create(vars) — Static method in class com.greensock.data.BlurFilterVars
create(vars) — Static method in class com.greensock.data.ColorMatrixFilterVars
create(vars) — Static method in class com.greensock.data.ColorTransformVars
create(vars) — Static method in class com.greensock.data.DropShadowFilterVars
create(vars) — Static method in class com.greensock.data.GlowFilterVars
create(vars) — Static method in class com.greensock.data.TransformAroundCenterVars
create(vars) — Static method in class com.greensock.data.TransformAroundPointVars
create(name, segments) — Static method in class com.greensock.easing.CustomEase
create(strength, points, restrictMaxAndMin, templateEase, taper, randomize, name) — Static method in class com.greensock.easing.RoughEase
This static function provides a quick way to create a RoughEase and immediately reference its ease function in a tween, like:

TweenLite.from(mc, 2, {alpha:0, ease:RoughEase.create(1.5, 15)});
createAround(target, scaleMode, hAlign, vAlign, crop, minWidth, minHeight, maxWidth, maxHeight, previewColor, calculateVisible) — Static method in class com.greensock.layout.AutoFitArea
Creates an AutoFitArea with its initial dimensions fit precisely around a target DisplayObject.
createAround(target, scaleMode, hAlign, vAlign, crop, previewColor, minWidth, minHeight, maxWidth, maxHeight, autoPinCorners, calculateVisible, liquidStage:com.greensock.layout:LiquidStage) — Static method in class com.greensock.layout.LiquidArea
Creates an LiquidArea with its initial dimensions fit precisely around a target DisplayObject.
Cubic — Class in package com.greensock.easing
CUE_POINT — Constant static property in class com.greensock.events.VideoEvent
currentLabel — Property in class com.greensock.TimelineMax
The closest label that is at or before the current time.
currentProgress — Property in class com.greensock.TimelineLite
Value between 0 and 1 indicating the progress of the timeline according to its duration where 0 is at the beginning, 0.5 is halfway finished, and 1 is finished.
currentProgress — Property in class com.greensock.TweenMax
Value between 0 and 1 indicating the progress of the tween according to its duration where 0 is at the beginning, 0.5 is halfway finished, and 1 is finished.
currentTime — Property in class com.greensock.TimelineMax
currentTime — Property in class com.greensock.TweenMax
Most recently rendered time (or frame for frames-based timelines) according to the tween's duration.
currentTime — Property in class com.greensock.core.TweenCore
Most recently rendered time (or frame for frames-based tweens/timelines) according to its duration.
CustomEase — Class in package com.greensock.easing
Facilitates creating custom bezier eases with the GreenSock Custom Ease Builder tool.
CustomEase(name, segments) — Constructor in class com.greensock.easing.CustomEase
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z