Skip to content

Easing

fun interface Easing

Describes a time-based interpolation used by Archie GUI animations.

Functions

transform

abstract fun transform(fraction: Float): Float

Maps a linear progress fraction in 0f..1f to an eased progress value.