Skip to main content

stop_animations

Function stop_animations 

Source
pub fn stop_animations(obj: impl Widget)
Expand description

Stop all animations with any exec callback running on obj.

LVGL’s lv_anim_delete(var, NULL) matches all callbacks for the given variable.