| Class | Description |
---|
| TextAnim |
A class for dynamic text animation in actionscript 3.
TextAnim works creating blocks of text, then applying functions that you create to each one of them. |
| TextAnimAnchor |
TextAnimAnchor configures the point of registration of each TextAnimBlock. |
| TextAnimBlock |
TextAnimBlock is the part of TextAnim that contains a text slice. |
| TextAnimEvent |
Events thats TextAnim instances dispatches. |
| TextAnimMode |
The way thats TextAnim will dispatch the effects. |
| TextAnimSplit |
The way of TextAnim instance will break the text. |
| TextAnimTools |
Extra tools for special treatment of TextAnim instance. |