Module easing

Source
Expand description

Module containing different easing functions to control the transition between two values and the EasingCurve struct to make use of them.

Structs§

EasingCurve
A Curve that is defined by

Enums§

EaseFunction
Curve functions over the unit interval, commonly used for easing transitions.

Traits§

Ease
A type whose values can be eased between.