Easing

fun interface Easing

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open operator fun invoke(it: Ratio): Ratio
open operator fun invoke(it: Double): Double
abstract operator fun invoke(it: Float): Float