EasingFunction

fun interface EasingFunction

A function for use with interpolator easing.

Functions

Link copied to clipboard
abstract fun ease(t: Float): Float

Apply an easing function to a parameter t in the range [0, 1].