Text animation modes determine the granularity at which the animation system interacts with text content. This is one of FlashFX's most powerful and distinctive features.
The entire text element is treated as a single unit for animation purposes.
Use for: Most basic text animations — fades, slides, scale entries and exits.
The text is divided into individual lines (determined by line breaks — both hard returns and soft wraps). Each line is an independently animatable unit.
Use for: Staggered line reveals, one-line-at-a-time subtitle animations, cascading title entries.
The text is divided into individual words. Each word is independently animatable.
Use for: Typewriter-style effects, highlighted word animations, flowing conversational caption reveals.
The text is divided into individual glyphs. Each character is independently animatable.
Performance note: Character mode on long strings generates many active animation tracks. See Best Practices for Character mode performance guidance.
Changing the animation mode on a text element that already has animation data will prompt a conversion dialog: