| 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 |
| activate(easeClasses) — Static method in class com.greensock.easing.FastEase |
|
TweenMax (AS3 only) has built-in algorithms that speed up the processing of certain easing equations but in order
to take advantage of those optimizations, you must activate the easing equations first (you only need to
activate them ONCE in your swf). |
| activate() — Method in class com.greensock.text.FlexSplitTextField |
| When a FlexSplitTextField is activated, it takes the place of the source's original TextField in the display list. |
| activate() — Method in class com.greensock.text.SplitTextField |
| When a SplitTextField is activated, it takes the place of the source TextField in the display list. |
| activated — Property in class com.greensock.text.FlexSplitTextField |
| When a FlexSplitTextField is activated, it replaces the source's original TextField in the display list. |
| activated — Property in class com.greensock.text.SplitTextField |
| When a SplitTextField is activated, it replaces the source TextField in the display list. |
| activateEase(ease, type, power) — Static method in class com.greensock.easing.FastEase |
|
Normally you should use the FastEase.activate() method to activate optimized eases, but if you
want to activate an ease that is NOT in the com.greensock.easing package (for example
fl.motion.easing.Quadratic), you can register individual easing equations with
this method. |
| 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. |
| addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class com.greensock.layout.AutoFitArea |
|
Allows you to add an Event.CHANGE event listener. |
| addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class com.greensock.layout.LiquidStage |
|
Use this to add an Event.RESIZE event listener which can be
particularly handy if you need to run other functions AFTER LiquidStage does all its repositioning. |
| addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class com.greensock.layout.PinPoint |
|
Use this to add an Event.CHANGE listener to find out when the PinPoint moves. |
| addFilter — Property in class com.greensock.data.FilterVars |
| To force TweenLite/Max to create a new filter even if there's a filter of the same kind already applied to a DisplayObject, set addFilter to true. |
| addFollower(target, progress) — Method in class com.greensock.motionPaths.MotionPath |
|
Adds a follower to the path, optionally setting it to a particular progress position. |
| addLabel(label, time) — Method in class com.greensock.TimelineLite |
|
Adds a label to the timeline, making it easy to mark important positions/times. |
| addProp(name, value, relative) — Method in class com.greensock.data.TweenLiteVars |
|
Adds a dynamic property for tweening and allows you to set whether the end value is relative or not
|
| AlignMode — Class in package com.greensock.layout |
|
Provides constants for defining the alignment of objects. |
| 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. |
| alpha — Property in class com.greensock.data.DropShadowFilterVars |
| |
| alpha — Property in class com.greensock.data.GlowFilterVars |
| |
| alphaMultiplier — Property in class com.greensock.data.ColorTransformVars |
| |
| alphaOffset — Property in class com.greensock.data.ColorTransformVars |
| |
| angle — Property in class com.greensock.data.BevelFilterVars |
| |
| angle — Property in class com.greensock.data.DropShadowFilterVars |
| |
| anglesToProgressChange(startAngle, endAngle, direction, extraRevolutions, useRadians) — Method in class com.greensock.motionPaths.Circle2D |
|
Returns the amount of progress change between two angles on the Circle2D, allowing special
parameters like direction and extraRevolutions. |
| angleToProgress(angle, useRadians) — Method in class com.greensock.motionPaths.Circle2D |
|
Translates an angle (in degrees or radians) to the associated progress value
on the Circle2D. |
| 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. |
| attach(target, scaleMode, hAlign, vAlign, crop, minWidth, maxWidth, minHeight, maxHeight, calculateVisible, customAspectRatio) — Method in class com.greensock.layout.AutoFitArea |
|
Attaches a DisplayObject, causing it to automatically scale to fit the area in one of the
following ScaleModes: STRETCH, PROPORTIONAL_INSIDE, PROPORTIONAL_OUTSIDE, NONE, WIDTH_ONLY,
or HEIGHT_ONLY. |
| attach(target, pin:com.greensock.layout:PinPoint, strict, reconcile, tweenDuration, tweenVars) — Method in class com.greensock.layout.LiquidStage |
|
Attaches a DisplayObject to a particular PinPoint (like TOP_RIGHT) so that any movement of the
PinPoint will also affect the relative position of the DisplayObject. |
| attach(target, strict, reconcile, tweenDuration, tweenVars) — Method in class com.greensock.layout.PinPoint |
|
Attaches a DisplayObject to a particular PinPoint (like TOP_RIGHT) so that any movement of the
PinPoint will also affect the relative position of the DisplayObject. |
| AUTO — Constant static property in class com.greensock.OverwriteManager |
| Only overwrites individual overlapping tweening properties in other tweens of the same target. |
| autoAlpha — Property in class com.greensock.data.TweenLiteVars |
| Same as changing the "alpha" property but with the additional feature of toggling the "visible" property to false when alpha is 0. |
| 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. |
| AutoFitArea — Class in package com.greensock.layout |
|
AutoFitArea allows you to define a rectangular area and then attach() DisplayObjects
so that they automatically fill the area, scaling/stretching in any of the following modes: STRETCH,
PROPORTIONAL_INSIDE, PROPORTIONAL_OUTSIDE, NONE, WIDTH_ONLY, or HEIGHT_ONLY. |
| AutoFitArea(parent, x, y, width, height, previewColor) — Constructor in class com.greensock.layout.AutoFitArea |
|
Constructor
|
| 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 |