Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
| Class | Package | Description | |
|---|---|---|---|
| TexTransition
| com.textransition |
TexTransition is used to animate your textfields in any way you can imagine! Animate words, letters, lines and paragraphs, order and time your animations with total flexibility, use custom easing, filters, beziers, callbacks, and pause, reverse and restart your animation at any time! To use TexTransition you simply pass a reference to a dynamic textfield with embedded fonts, some default variables, and then some sequenced "steps" of animation. |
|
| TexTransitionLetterRandomiser
| com.textransition |
If you want the letters to randomly change as a step animates, pass that step either randomLetters:true, or randomLetters:{numberOfLetters:10, letters:"LETTERSTOUSE"}. |
|
| TexTransitionModes
| com.textransition | TexTransitionModes defines constants that are used to specify how to 'split up' a textfield for animation. | |
| TexTransitionOrders
| com.textransition | TexTransitionOrders defines constants that are used to choose the order of the animation of the TexTransitionPieces targeted by the current steps mode. |