Package | flupie.textanim |
Class | public class TextAnimSplit |
Inheritance | TextAnimSplit ![]() |
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.WORD; //this instance will be splitted in words.