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  
fail — Event, class com.greensock.loading.core.LoaderCore
Dispatched when the loader fails.
FAIL — Constant Static Property, class com.greensock.events.LoaderEvent
Dispatched when the loader fails.
FAILED — Constant Static Property, class com.greensock.loading.LoaderStatus
The loader failed and did not load properly.
fillColor — Property, class com.greensock.BlitMask
The ARGB hexadecimal color that should fill the empty areas of the BlitMask.
fillColor — Property, class com.greensock.FlexBlitMask
The ARGB hexadecimal color that should fill the empty areas of the FlexBlitMask.
find(name:String) — Static Method , class com.greensock.easing.EaseLookup
Finds the easing function associated with a particular name (String), like "strongEaseOut".
fitHeight — Property, class com.greensock.loading.display.ContentDisplay
The height to which the rawContent should be fit according to the ContentDisplay's scaleMode (this height is figured before rotation, scaleX, and scaleY).
fitHeight — Property, class com.greensock.loading.display.FlexContentDisplay
The height to which the rawContent should be fit according to the FlexContentDisplay's scaleMode (this height is figured before rotation, scaleX, and scaleY).
fitWidth — Property, class com.greensock.loading.display.ContentDisplay
The width to which the rawContent should be fit according to the ContentDisplay's scaleMode (this width is figured before rotation, scaleX, and scaleY).
fitWidth — Property, class com.greensock.loading.display.FlexContentDisplay
The width to which the rawContent should be fit according to the FlexContentDisplay's scaleMode (this width is figured before rotation, scaleX, and scaleY).
FlexBlitMask — class, package com.greensock
[AS3 only] A FlexBlitMask is basically a rectangular UIComponent that acts as a high-performance mask for a DisplayObject by caching a bitmap version of it and blitting only the pixels that should be visible at any given time, although its bitmapMode can be turned off to restore interactivity in the DisplayObject whenever you want.
FlexBlitMask(target:flash.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, smoothing:Boolean, autoUpdate:Boolean, fillColor:uint, wrap:Boolean) — Constructor, class com.greensock.FlexBlitMask
Constructor
FlexContentDisplay — class, package com.greensock.loading.display
A container for visual content that is loaded by any of the following: ImageLoaders, SWFLoaders, or VideoLoaders which is to be used in Flex.
FlexContentDisplay(loader:com.greensock.loading.core:LoaderItem) — Constructor, class com.greensock.loading.display.FlexContentDisplay
Constructor
FlexSplitTextField — class, package com.greensock.text
FlexSplitTextField makes it easy to break apart the TextField in a UIComponent like a Label, Text, or TextArea so that each character, word, or line is in its own TextField, making complex animation simple.
FlexSplitTextField(source:mx.core:UIComponent, splitType:String, regOffsetX:Number, regOffsetY:Number) — Constructor, class com.greensock.text.FlexSplitTextField
Constructor
followers — Property, class com.greensock.motionPaths.MotionPath
Returns an array of all PathFollower instances associated with this path
followerTween(follower:any, endAngle:Number, direction:String, extraRevolutions:uint, useRadians:Boolean) — method, class com.greensock.motionPaths.CirclePath2D
Simplifies tweening by determining a relative change in the progress value of a follower based on the endAngle, direction, and extraRevolutions that you define.
format(value:String) — method, class com.greensock.loading.data.DataLoaderVars
Controls whether the downloaded data is received as text ("text"), raw binary data ("binary"), or URL-encoded variables ("variables").
frame(value:int, relative:Boolean) — method, class com.greensock.data.TweenLiteVars
Tweens a MovieClip to a particular frame.
frame(value:int, relative:Boolean) — method, class com.greensock.data.TweenMaxVars
Tweens a MovieClip to a particular frame.
frameBackward(frame:int) — method, class com.greensock.data.TweenLiteVars
Tweens a MovieClip backward to a particular frame number, wrapping it if/when it reaches the beginning of the timeline.
frameBackward(frame:int) — method, class com.greensock.data.TweenMaxVars
Tweens a MovieClip backward to a particular frame number, wrapping it if/when it reaches the beginning of the timeline.
FrameBackwardPlugin — class, package com.greensock.plugins
[AS3/AS2 only] Tweens a MovieClip backward to a particular frame number, wrapping it if/when it reaches the beginning of the timeline.
frameForward(frame:int) — method, class com.greensock.data.TweenLiteVars
Tweens a MovieClip forward to a particular frame number, wrapping it if/when it reaches the end of the timeline.
frameForward(frame:int) — method, class com.greensock.data.TweenMaxVars
Tweens a MovieClip forward to a particular frame number, wrapping it if/when it reaches the end of the timeline.
FrameForwardPlugin — class, package com.greensock.plugins
[AS3/AS2 only] Tweens a MovieClip forward to a particular frame number, wrapping it if/when it reaches the end of the timeline.
frameLabel(label:String) — method, class com.greensock.data.TweenLiteVars
Tweens a MovieClip to a particular frame.
frameLabel(label:String) — method, class com.greensock.data.TweenMaxVars
Tweens a MovieClip to a particular frame.
FrameLabelPlugin — class, package com.greensock.plugins
[AS3/AS2 only] Tweens a MovieClip to a particular frame label.
FramePlugin — class, package com.greensock.plugins
[AS3/AS2 only] Tweens a MovieClip to a particular frame number.
from(target:Object, duration:Number, vars:Object, position:any) — method, class com.greensock.TimelineLite
Adds a TweenLite.from() tween to the end of the timeline (or elsewhere using the "position" parameter) - this is a convenience method that accomplishes exactly the same thing as add( TweenLite.from(...) ) but with less code.
from(target:Object, duration:Number, vars:Object) — Static Method , class com.greensock.TweenLite
Static method for creating a TweenLite instance that tweens backwards - you define the BEGINNING values and the current values are used as the destination values which is great for doing things like animating objects onto the screen because you can set them up initially the way you want them to look at the end of the tween and then animate in from elsewhere.
from(target:Object, duration:Number, vars:Object) — Static Method , class com.greensock.TweenMax
Static method for creating a TweenMax instance that tweens backwards - you define the BEGINNING values and the current values are used as the destination values which is great for doing things like animating objects onto the screen because you can set them up initially the way you want them to look at the end of the tween and then animate in from elsewhere.
from(target:Object, duration:Number, vars:Object) — Static Method , class com.greensock.TweenNano
Static method for creating a TweenNano instance that tweens backwards - you define the BEGINNING values and the current values are used as the destination values which is great for doing things like animating objects onto the screen because you can set them up initially the way you want them to look at the end of the tween and then animate in from elsewhere.
fromTo(target:Object, duration:Number, fromVars:Object, toVars:Object, position:any) — method, class com.greensock.TimelineLite
Adds a TweenLite.fromTo() tween to the end of the timeline - this is a convenience method that accomplishes exactly the same thing as add( TweenLite.fromTo(...) ) but with less code.
fromTo(target:Object, duration:Number, fromVars:Object, toVars:Object) — Static Method , class com.greensock.TweenLite
Static method for creating a TweenLite instance that allows you to define both the starting and ending values (as opposed to to() and from() tweens which are based on the target's current values at one end or the other).
fromTo(target:Object, duration:Number, fromVars:Object, toVars:Object) — Static Method , class com.greensock.TweenMax
Static method for creating a TweenMax instance that allows you to define both the starting and ending values (as opposed to to() and from() tweens which are based on the target's current values at one end or the other).
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