[][src]Function lvgl::core::obj::anim_set_values

pub fn anim_set_values(
    a: *mut lv_anim_t,
    start: lv_anim_value_t,
    end: lv_anim_value_t
) -> MynewtResult<()>

Set the start and end values of an animation

  • a: pointer to an initialized lv_anim_t variable
  • start: the start value
  • end: the end value