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

Link copied to clipboard
abstract fun getPart(): T

The part that should be displayed.

Sources

Link copied to clipboard