AnimationPart

fun interface AnimationPart<T>

A class used to create animations from strings and animations.

Since

2.0.0

Parameters

Should be a [String] or [Animation].

Functions

getPart
Link copied to clipboard
abstract fun getPart(): T

The part that should be displayed.

Sources

jvm source
Link copied to clipboard