Skip to content

Easings

object Easings

Common easing curves for small UI interactions.

The curves are intentionally lightweight so they can run smoothly in frequent recompositions.

Properties

Linear

val Linear: Easing

No easing; progress is directly proportional to elapsed time.

OutBack

Like OutCubic but overshoots the target slightly before settling.

OutCubic

Starts fast and decelerates into the target value, with no overshoot.