AnimationManager

Util class to handle animation across classes

Since

1.0.0

Functions

Link copied to clipboard
fun <T> startAnimation(animation: Animation<T>, t: T)

Starts the given animation, on the given class

Link copied to clipboard
fun <T> stopAnimation(animation: Animation<T>)

Stops the given animation, if its running