pub fn animate_translate_y( obj: impl Widget, from: i32, to: i32, duration_ms: u32, )
Animate the translate_y style property from from to to over duration_ms (ease-in-out).
translate_y
from
to
duration_ms