[][src]Function lvgl::widgets::bar::set_anim_time

pub fn set_anim_time(bar: *mut lv_obj_t, anim_time: u16) -> MynewtResult<()>

Set the animation time of the bar

  • bar: pointer to a bar object
  • anim_time: the animation time in milliseconds.