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(loaderClasses) — Static method in class com.greensock.loading.LoaderMax |
|
Activates particular loader classes so that they can be utilized by dynamically-loaded content
(only necessary if XMLLoader needs to recognize nodes like <LoaderMax>, <ImageLoader>,
<SWFLoader> , etc. |
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. |
addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class com.greensock.loading.core.LoaderCore |
| |
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, autoRotate, rotationOffset) — 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.TweenProxy |
| |
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.CirclePath2D |
|
Returns the amount of progress change between two angles on the CirclePath2D, allowing special
parameters like direction and extraRevolutions. |
angleToProgress(angle, useRadians) — Method in class com.greensock.motionPaths.CirclePath2D |
|
Translates an angle (in degrees or radians) to the associated progress value
on the CirclePath2D. |
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). |
append(loader:com.greensock.loading.core:LoaderCore) — Method in class com.greensock.loading.LoaderMax |
|
Appends a loader to the end of the queue. |
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. |
appendMultiplePoints(points) — Method in class com.greensock.motionPaths.LinePath2D |
|
Appends multiple Points to the end of the points array. |
appendPoint(point) — Method in class com.greensock.motionPaths.LinePath2D |
|
Adds a Point to the end of the current LinePath2D (essentially redefining its end point). |
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. |
auditedSize — Property in class com.greensock.loading.LoaderMax |
|
Indicates whether or not the loader's bytesTotal value has been set by any of the following:
- Defining an
estimatedBytes in the vars object passed to the constructor
- Calling
auditSize() and getting a response (an error is also considered a response)
- When a LoaderMax instance begins loading, it will automatically force a call to
auditSize() for any of its children that don't have an estimatedBytes defined. |
auditedSize — Property in class com.greensock.loading.core.LoaderCore |
|
Indicates whether or not the loader's bytesTotal value has been set by any of the following:
- Defining an
estimatedBytes in the vars object passed to the constructor
- Calling
auditSize() and getting a response (an error is also considered a response)
- When a LoaderMax instance begins loading, it will automatically force a call to
auditSize() for any of its children that don't have an estimatedBytes defined. |
auditSize() — Method in class com.greensock.loading.LoaderMax |
|
Attempts loading just enough of the content to accurately determine the bytesTotal
in order to improve the accuracy of the progress property. |
auditSize() — Method in class com.greensock.loading.core.LoaderCore |
|
Attempts loading just enough of the content to accurately determine the bytesTotal
in order to improve the accuracy of the progress property. |
auditSize() — Method in class com.greensock.loading.core.LoaderItem |
|
Attempts loading just enough of the content to accurately determine the bytesTotal
in order to improve the accuracy of the progress property. |
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. |
autoDispose — Property in class com.greensock.loading.core.LoaderCore |
| When autoDispose is true , the loader will be disposed immediately after it completes (it calls the dispose() method internally after dispatching its COMPLETE event). |
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. |
autoRotate — Property in class com.greensock.motionPaths.PathFollower |
| When autoRotate is true , the follower will automatically be rotated so that it is oriented to the angle of the path that it is following. |
autoUpdatePoints — Property in class com.greensock.motionPaths.LinePath2D |
| If true, the LinePath2D will analyze every Point whenever it renders to see if any Point's x or y value has changed, thus making it possible to tween them dynamically. |
|
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 |