Results for “Std.Ui.Motion.transition”
8 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Ui.Motion.Transition
A value moving from
fromtotooverdurationmilliseconds starting - Std.Ui.Motion.transition
Float64 -> Float64 -> Int -> Int -> Std.Ui.Motion.Easing -> Std.Ui.Motion.TransitionA transition. A duration below 1 arrives immediately.
- Std.Ui.Motion.finished
&Std.Ui.Motion.Transition -> Int -> BoolWhether the transition has arrived by
now. - Std.Ui.Motion.frames
&Std.Ui.Motion.Transition -> Int -> Array[Float64]Values sampled every
frameMillisfrom the start through arrival. - Std.Ui.Motion.pixelAt
&Std.Ui.Motion.Transition -> Int -> IntThe value at
nowrounded to a whole pixel. - Std.Ui.Motion.retarget
&Std.Ui.Motion.Transition -> Float64 -> Int -> Std.Ui.Motion.TransitionA transition toward
tostarting from wherevermovingis atnow, so - Std.Ui.Motion.still
Float64 -> Std.Ui.Motion.TransitionA value already at rest.
- Std.Ui.Motion.valueAt
&Std.Ui.Motion.Transition -> Int -> Float64The value at time
now.
