Frame

sealed interface Frame<T>(source)

Defines a single frame within a key-frame animation.

Functions

Link copied to clipboard
abstract infix fun then(easing: EasingFunction)

Specifies how to transition to the subsequent frame from this one.