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  
ImageLoader — class, package com.greensock.loading
Loads an image file (png, jpg, or gif) and automatically applies smoothing by default.
ImageLoader(urlOrRequest:any, vars:Object) — Constructor, class com.greensock.loading.ImageLoader
Constructor
ImageLoaderVars — class, package com.greensock.loading.data
Can be used instead of a generic object to define the vars parameter of an ImageLoader's constructor.
ImageLoaderVars(vars:Object) — Constructor, class com.greensock.loading.data.ImageLoaderVars
Constructor
immediateRender(value:Boolean) — method, class com.greensock.data.TweenLiteVars
Normally when you create a tween, it begins rendering on the very next frame (when the Flash Player dispatches an ENTER_FRAME event) unless you specify a delay.
immediateRender(value:Boolean) — method, class com.greensock.data.TweenMaxVars
Normally when you create a tween, it begins rendering on the very next frame (when the Flash Player dispatches an ENTER_FRAME event) unless you specify a delay.
init — Event, class com.greensock.loading.XMLLoader
Dispatched when the XML finishes loading and its contents are parsed (creating any dynamic XML-driven loader instances necessary).
INIT — Constant Static Property, class com.greensock.events.LoaderEvent
Dispatched when the loader initializes which means different things for different loaders.
initThreshold — Property, 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(value:uint) — method, 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).
insert(loader:com.greensock.loading.core:LoaderCore, index:uint) — method, class com.greensock.loading.LoaderMax
Inserts a loader at a particular position in the queue.
insertMultiplePoints(points:Array, index:uint) — method, class com.greensock.motionPaths.LinePath2D
Inserts multiple Points into the points array at a particular index/position.
insertPoint(point:flash.geom:Point, index:uint) — method, class com.greensock.motionPaths.LinePath2D
Inserts a Point at a particular index value in the points array, similar to splice() in an array.
integrateProgress(value:Boolean) — method, class com.greensock.loading.data.SWFLoaderVars
By default, a SWFLoader instance will automatically look for LoaderMax loaders in the swf when it initializes.
integrateProgress(value:Boolean) — method, 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 <XMLLoader> inside the XML when it inits.
invalidate() — method, class com.greensock.TimelineLite
Clears any initialization data (like starting/ending values in tweens) which can be useful if, for example, you want to restart a tween without reverting to any previously recorded starting values.
invalidate() — method, class com.greensock.TimelineMax
Clears any initialization data (like starting/ending values in tweens) which can be useful if, for example, you want to restart a tween without reverting to any previously recorded starting values.
invalidate() — method, class com.greensock.TweenLite
Clears any initialization data (like starting/ending values in tweens) which can be useful if, for example, you want to restart a tween without reverting to any previously recorded starting values.
invalidate() — method, class com.greensock.TweenMax
Clears any initialization data (like starting/ending values in tweens) which can be useful if, for example, you want to restart a tween without reverting to any previously recorded starting values.
invalidate() — method, class com.greensock.core.Animation
Clears any initialization data (like starting/ending values in tweens) which can be useful if, for example, you want to restart a tween without reverting to any previously recorded starting values.
ioError — Event, class com.greensock.loading.LoaderMax
Dispatched when any child of the LoaderMax instance dispatches an IO_ERROR event.
ioError — Event, 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, 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).
isActive() — method, class com.greensock.core.Animation
Indicates whether or not the animation is currently active (meaning the virtual playhead is actively moving across this instance's time span and it is not paused, nor are any of its ancestor timelines).
isBaseSize — Property, 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).
isTracking(target:Object, prop:String) — Static Method , class com.greensock.plugins.ThrowPropsPlugin
Allows you to discern whether the velocity of a particular target or one of its properties is being tracked (typically initiated using the track() method).
isTracking(target:Object, prop:String) — Static Method , class com.greensock.utils.VelocityTracker
Allows you to discern whether the velocity of a particular target or one of its properties is being tracked (typically initiated using the VelocityTracker.track() method).
isTrackingProp(prop:String) — method, class com.greensock.utils.VelocityTracker
Allows you to discern whether the velocity of a particular property is being tracked.
isTweening(target:Object) — Static Method , class com.greensock.TweenMax
Reports whether or not a particular object is actively tweening.
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