| Package | flupie.textanim |
| Class | public class TextAnimSplit |
| Inheritance | TextAnimSplit Object |
To specify how the TextAnim will break the text: in chars, words or lines.
Everytime split changes, the blocks will be recreated automatically, keeping the text and appearance.
myTextAnim.split = TextAnimSplit.WORDS; //this instance will be splitted in words.