Pudu programming language
Menu
API reference

Std.Ui.Motion.eased

1 declaration

fn

eased: &Std.Ui.Motion.Easing -> Float64 -> Float64

The eased progress for linear progress t, clamped to 0 to 1 on input.

Every curve answers 0 at 0 and 1 at 1; a spring may pass 1 between.

Back to Std.Ui.MotionSearch related declarations