pub fn stop_animations(obj: impl Widget)
Stop all animations with any exec callback running on obj.
obj
LVGL’s lv_anim_delete(var, NULL) matches all callbacks for the given variable.
lv_anim_delete(var, NULL)