Std.Ui.Motion.eased
1 declaration
fn
eased: &Std.Ui.Motion.Easing -> Float64 -> Float64The 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.
1 declaration
eased: &Std.Ui.Motion.Easing -> Float64 -> Float64The 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.