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).
FastTransformPlugin — Class in package com.greensock.plugins
Slightly faster way to change a DisplayObject's x, y, scaleX, scaleY, and rotation value(s).
FilterPlugin — Class in package com.greensock.plugins
Base class for all filter plugins (like blurFilter, colorMatrixFilter, glowFilter, etc.).
FilterVars — Dynamic class in package com.greensock.data
This class works in conjunction with the TweenLiteVars or TweenMaxVars class to grant strict data typing and code hinting (in most code editors).
FilterVars(remove, index, addFilter) — Constructor in class com.greensock.data.FilterVars
find(name) — Static method in class com.greensock.easing.EaseLookup
Finds the easing function associated with a particular name (String), like "strongEaseOut".
FINISH_INTERACTIVE_MOVE — Constant static property in class com.greensock.events.TransformEvent
FINISH_INTERACTIVE_ROTATE — Constant static property in class com.greensock.events.TransformEvent
FINISH_INTERACTIVE_SCALE — Constant static property in class com.greensock.events.TransformEvent
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).
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 — Property 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 — Property in class com.greensock.data.TweenLiteVars
Tweens a MovieClip to a particular frame.
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.
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 — Property in class com.greensock.data.TweenLiteVars
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