Std.Ui.Motion
10 public declarations
- eased
&Std.Ui.Motion.Easing -> Float64 -> Float64The eased progress for linear progress
t, clamped to 0 to 1 on input. - Easing
How progress through a transition maps to progress of its value.
- finished
&Std.Ui.Motion.Transition -> Int -> BoolWhether the transition has arrived by
now. - frames
&Std.Ui.Motion.Transition -> Int -> Array[Float64]Values sampled every
frameMillisfrom the start through arrival. - pixelAt
&Std.Ui.Motion.Transition -> Int -> IntThe value at
nowrounded to a whole pixel. - retarget
&Std.Ui.Motion.Transition -> Float64 -> Int -> Std.Ui.Motion.TransitionA transition toward
tostarting from wherevermovingis atnow, so - still
Float64 -> Std.Ui.Motion.TransitionA value already at rest.
- transition
Float64 -> Float64 -> Int -> Int -> Std.Ui.Motion.Easing -> Std.Ui.Motion.TransitionA transition. A duration below 1 arrives immediately.
- Transition
A value moving from
fromtotooverdurationmilliseconds starting - valueAt
&Std.Ui.Motion.Transition -> Int -> Float64The value at time
now.
