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 |
_ID_MATRIX — Static property in class com.greensock.data.ColorMatrixFilterVars |
| |
ImageLoader — Class in package com.greensock.loading |
|
Loads an image file (png, jpg, or gif) and automatically applies smoothing by default. |
ImageLoader(urlOrRequest, vars) — Constructor in class com.greensock.loading.ImageLoader |
|
Constructor
|
ImageLoaderVars — Dynamic class in package com.greensock.loading.data |
|
Can be used instead of a generic object to define the vars parameter of an ImageLoader's constructor. |
ImageLoaderVars(name, estimatedBytes, container, width, height, scaleMode, onComplete, onProgress, onFail, noCache, alternateURL, requireWithRoot) — Constructor in class com.greensock.loading.data.ImageLoaderVars |
|
Constructor
|
immediateRender — Property in class com.greensock.data.TweenLiteVars |
| Normally, zero-duration tweens render immediately and all other tweens begin rendering on the very next frame after they are instantiated, but immediateRender allows you to override that behavior if you prefer. |
index — Property in class com.greensock.data.FilterVars |
| To define a particular index number in the target DisplayObject's filters Array for this filter, use index property. |
info — Property in class com.greensock.events.VideoEvent |
| |
init(defaultMode) — Static method in class com.greensock.OverwriteManager |
|
Initializes OverwriteManager and sets the default management mode. |
INIT — Constant static property in class com.greensock.events.LoaderEvent |
| Dispatched when the loader initializes which means different things for different loaders. |
INIT — Constant static property in class com.greensock.events.TweenEvent |
| |
initEnumerables(nulls, numbers) — Method in class com.greensock.data.BevelFilterVars |
| |
initEnumerables(nulls, numbers) — Method in class com.greensock.data.BlurFilterVars |
| |
initEnumerables(nulls, numbers) — Method in class com.greensock.data.ColorMatrixFilterVars |
| |
initEnumerables(nulls, numbers) — Method in class com.greensock.data.ColorTransformVars |
| |
initEnumerables(nulls, numbers) — Method in class com.greensock.data.DropShadowFilterVars |
| |
initEnumerables(nulls, numbers) — Method in class com.greensock.data.GlowFilterVars |
| |
initEnumerables(nulls, numbers) — Method in class com.greensock.data.TransformAroundPointVars |
| |
initThreshold — Property in class com.greensock.loading.MP3Loader |
| The minimum number of bytesLoaded to wait for before the LoaderEvent.INIT event is dispatched - the higher the number the more accurate the duration estimate will be when the INIT event is dispatched (the default value is 102400 which is 100k). |
initThreshold — Property in class com.greensock.loading.data.MP3LoaderVars |
| The minimum number of bytesLoaded to wait for before the LoaderEvent.INIT event is dispatched - the higher the number the more accurate the duration estimate will be when the INIT event is dispatched (the default value is 102400 which is 100k). |
inner — Property in class com.greensock.data.DropShadowFilterVars |
| |
inner — Property in class com.greensock.data.GlowFilterVars |
| |
insert(tween:com.greensock.core:TweenCore, timeOrLabel) — Method in class com.greensock.TimelineLite |
|
Inserts a TweenLite, TweenMax, TimelineLite, or TimelineMax instance into the timeline at a specific time, frame, or label. |
insert(loader:com.greensock.loading.core:LoaderCore, index) — Method in class com.greensock.loading.LoaderMax |
|
Inserts a loader at a particular position in the queue. |
insertMultiple(tweens, timeOrLabel, align, stagger) — Method in class com.greensock.TimelineLite |
|
Inserts multiple tweens/timelines into the timeline at once, optionally aligning them (as a sequence for example)
and/or staggering the timing. |
insertMultiplePoints(points, index) — Method in class com.greensock.motionPaths.LinePath2D |
|
Inserts multiple Points into the points array at a particular index/position. |
insertPoint(point, index) — Method in class com.greensock.motionPaths.LinePath2D |
|
Inserts a Point at a particular index value in the points array, similar to splice() in an array. |
integrateProgress — Property in class com.greensock.loading.data.SWFLoaderVars |
| By default, a SWFLoader instance will automatically look for LoaderMax loaders in the swf when it initializes. |
integrateProgress — Property in class com.greensock.loading.data.XMLLoaderVars |
| By default, the XMLLoader will automatically look for LoaderMax-related nodes like <LoaderMax>, <ImageLoader>, <SWFLoader>, <XMLLoader>, <MP3Loader>, <DataLoader> , and <CSSLoader> inside the XML when it inits. |
invalidate() — Method in class com.greensock.TimelineLite |
|
Clears any initialization data (like starting values in tweens) which can be useful if, for example,
you want to restart it without reverting to any previously recorded starting values. |
invalidate() — Method in class com.greensock.TimelineMax |
|
Clears any initialization data (like starting values in tweens) which can be useful if, for example,
you want to restart it without reverting to any previously recorded starting values. |
invalidate() — Method in class com.greensock.TweenLite |
|
Clears any initialization data (like starting values in tweens) which can be useful if, for example,
you want to restart it without reverting to any previously recorded starting values. |
invalidate() — Method in class com.greensock.TweenMax |
|
Clears any initialization data (like starting values in tweens) which can be useful if, for example,
you want to restart it without reverting to any previously recorded starting values. |
invalidate() — Method in class com.greensock.core.TweenCore |
|
Clears any initialization data (like starting values in tweens) which can be useful if, for example,
you want to restart it without reverting to any previously recorded starting values. |
ioError — Event in class com.greensock.loading.LoaderMax |
| Dispatched when any child of the LoaderMax instance dispatches an IO_ERROR event. |
ioError — Event in class com.greensock.loading.core.LoaderItem |
| Dispatched when the loader experiences an IO_ERROR while loading or auditing its size. |
IO_ERROR — Constant static property in class com.greensock.events.LoaderEvent |
| Dispatched when the the loader (or one of its children) encounters an IO_ERROR (typically when it cannot find the file at the specified url ). |
isBaseSize — Property in class com.greensock.layout.LiquidStage |
| Only true when the LiquidStage instance is at the base size as it was defined in the constructor (baseWidth and baseHeight ). |
isPlugin — Property in class com.greensock.core.PropTween |
| If the target of the PropTween is a TweenPlugin, isPlugin should be true. |
isTweening(target) — Static method in class com.greensock.TweenMax |
|
Determines whether or not a particular object is actively tweening. |
items — Property in class com.greensock.events.TransformEvent |
| TransformItems that were affected by the event |
|
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 |