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 |
addCallback(callback, timeOrLabel, params) — Method in class com.greensock.TimelineMax |
|
If you want a function to be called at a particular time or label, use addCallback. |
addLabel(label, time) — Method in class com.greensock.TimelineLite |
|
Adds a label to the timeline, making it easy to mark important positions/times. |
allFrom(targets, duration, vars, stagger, onCompleteAll, onCompleteAllParams) — Static method in class com.greensock.TweenMax |
|
Exactly the same as TweenMax.allTo(), but instead of tweening the properties from where they're
at currently to whatever you define, this tweens them the opposite way - from where you define TO
where ever they are when the tweens begin. |
allFromTo(targets, duration, fromVars, toVars, stagger, onCompleteAll, onCompleteAllParams) — Static method in class com.greensock.TweenMax |
|
Tweens multiple targets from a common set of starting values to a common set of ending values; exactly the same
as TweenMax.allTo(), but adds the ability to define the starting values. |
ALL_IMMEDIATE — Constant static property in class com.greensock.OverwriteManager |
| Overwrites all existing tweens of the same target immediately when the tween is created |
ALL_ONSTART — Constant static property in class com.greensock.OverwriteManager |
| Overwrites all tweens of the same target (regardless of overlapping properties or timing) when the tween renders for the first time as opposed to ALL_IMMEDIATE which performs overwriting immediately when the tween is created. |
allTo(targets, duration, vars, stagger, onCompleteAll, onCompleteAllParams) — Static method in class com.greensock.TweenMax |
|
Tween multiple objects to the same end values. |
append(tween:com.greensock.core:TweenCore, offset) — Method in class com.greensock.TimelineLite |
|
Inserts a TweenLite, TweenMax, TimelineLite, or TimelineMax instance at the end of the timeline,
optionally offsetting its insertion point by a certain amount (to make it overlap with the end of
the timeline or leave a gap before its insertion point). |
appendMultiple(tweens, offset, align, stagger) — Method in class com.greensock.TimelineLite |
|
Appends multiple tweens/timelines at the end of the timeline at once, optionally offsetting the insertion point by a certain amount,
aligning them (as a sequence for example), and/or staggering their relative timing. |
AUTO — Constant static property in class com.greensock.OverwriteManager |
| Only overwrites individual overlapping tweening properties in other tweens of the same target. |
AutoAlphaPlugin — Class in package com.greensock.plugins |
|
Tweening "autoAlpha" is exactly the same as tweening an object's "alpha" except that it ensures
that the object's "visible" property is true until autoAlpha reaches zero at which point it will
toggle the "visible" property to false. |
autoRemoveChildren — Property in class com.greensock.core.SimpleTimeline |
| If a timeline's autoRemoveChildren is true, its children will be removed and made eligible for garbage collection as soon as they complete. |
|
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 |