pub fn animate_translate_y_playback(
obj: impl Widget,
from: i32,
to: i32,
forward_ms: u32,
playback_ms: u32,
)Expand description
Animate translate_y forward for forward_ms then back for playback_ms,
looping forever. Useful for subtle “shake” / bob animations.