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 |
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 |
| |
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. |
clone() — Method in class com.greensock.events.TweenEvent |
| |
ColorMatrixFilterPlugin — Class in package com.greensock.plugins |
|
ColorMatrixFilter tweening offers an easy way to tween a DisplayObject's saturation, hue, contrast,
brightness, and colorization. |
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. |
com.greensock — Package |
| |
com.greensock.core — Package |
| |
com.greensock.events — Package |
| |
com.greensock.plugins — 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 |
| |
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. |
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 . |
|
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 |