Packageflupie.textanim
Classpublic class TextAnimMode
InheritanceTextAnimMode Inheritance Object

The way thats TextAnim will dispatch the effects.

It orients the animation of text. If you want a phrase animating from right to left, from edges to center characters, randomly, you must set the mode property of TextAnim with one of these options:

Example: myTextAnim.mode = TextAnimMode.EDGES_CENTER; //Dispatche blocks from borders of text to center.



Public Constants
 ConstantDefined By
  CENTER_EDGES : String
[static]
TextAnimMode
  EDGES_CENTER : String
[static]
TextAnimMode
  FIRST_LAST : String
[static]
TextAnimMode
  LAST_FIRST : String
[static]
TextAnimMode
  RANDOM : String
[static]
TextAnimMode
Constant Detail
CENTER_EDGESConstant
public static const CENTER_EDGES:String

EDGES_CENTERConstant 
public static const EDGES_CENTER:String

FIRST_LASTConstant 
public static const FIRST_LAST:String

LAST_FIRSTConstant 
public static const LAST_FIRST:String

RANDOMConstant 
public static const RANDOM:String