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 in class com.greensock.loading.core.LoaderCore
Dispatched when the loader fails.
FAIL — Constant static property in class com.greensock.events.LoaderEvent
Dispatched when the loader fails.
FAILED — Constant static property in class com.greensock.loading.LoaderStatus
The loader failed and did not load properly.
FastEase — Class in package com.greensock.easing
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).
fillColor — Property in class com.greensock.BlitMask
The ARGB hexadecimal color that should fill the empty areas of the BlitMask.
fillColor — Property in class com.greensock.FlexBlitMask
The ARGB hexadecimal color that should fill the empty areas of the FlexBlitMask.
find(name) — Static method in class com.greensock.easing.EaseLookup
Finds the easing function associated with a particular name (String), like "strongEaseOut".
fitHeight — Property in 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 in 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 in 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 in 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 in package com.greensock
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, x, y, width, height, smoothing, autoUpdate, fillColor, wrap) — Constructor in class com.greensock.FlexBlitMask
Constructor
FlexContentDisplay — Class in 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 in class com.greensock.loading.display.FlexContentDisplay
Constructor
FlexSplitTextField — Class in 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, splitType, regOffsetX, regOffsetY) — Constructor in class com.greensock.text.FlexSplitTextField
Constructor.
followers — Property in class com.greensock.motionPaths.MotionPath
Returns an array of all PathFollower instances associated with this path
followerTween(follower, endAngle, direction, extraRevolutions, useRadians) — Method in 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) — Method in 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, relative) — Method in class com.greensock.data.TweenLiteVars
Tweens a MovieClip to a particular frame.
frame(value, relative) — Method in class com.greensock.data.TweenMaxVars
Tweens a MovieClip to a particular frame.
frameBackward(frame) — Method in 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) — Method in 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 in package com.greensock.plugins
Tweens a MovieClip backward to a particular frame number, wrapping it if/when it reaches the beginning of the timeline.
frameForward(frame) — Method in 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) — Method in 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 in package com.greensock.plugins
Tweens a MovieClip forward to a particular frame number, wrapping it if/when it reaches the end of the timeline.
frameLabel(label) — Method in class com.greensock.data.TweenLiteVars
Tweens a MovieClip to a particular frame.
frameLabel(label) — Method in class com.greensock.data.TweenMaxVars
Tweens a MovieClip to a particular frame.
FrameLabelPlugin — Class in package com.greensock.plugins
Tweens a MovieClip to a particular frame label.
FramePlugin — Class in package com.greensock.plugins
Tweens a MovieClip to a particular frame number.
from(target, duration, vars) — Static method in class com.greensock.TweenLite
Static method for creating a TweenLite instance that tweens in the opposite direction compared to a TweenLite.to() tween.
from(target, duration, vars) — Static method in class com.greensock.TweenMax
Static method for creating a TweenMax instance that tweens in the opposite direction compared to a TweenMax.to() tween.
from(target, duration, vars) — Static method in class com.greensock.TweenNano
Static method for creating a TweenNano instance that tweens in the opposite direction compared to a TweenNano.to() tween.
fromTo(target, duration, fromVars, toVars) — Static method in class com.greensock.TweenMax
Static method for creating a TweenMax instance that tweens from a particular set of values to another set of values, as opposed to a normal to() or from() tween which are based on the target's current values.
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