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  
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
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.Circle2D
Simplifies tweening by determining a relative change in the progress value of a follower based on the endAngle, direction, and extraRevolutions that you define.
frame — Property in class com.greensock.data.TweenLiteVars
Tweens a MovieClip to a particular frame.
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