toAnimationParts

abstract fun toAnimationParts(text: String): List<AnimationPart<*>>

Converts the text found to an immutable list of AnimationParts with values of String or Animation

All plain text that follows the animation or script patterns will be converted to their respected Animations.

Return

The instance of the immutable list with all of the Animation parts, that were converted from the text.

Since

2.0.0

Parameters

text

The text to be converted.

Sources

Link copied to clipboard