lv_anim_set_playback_time() function
Make the animation to play back to when the forward direction is ready
Syntax
static inline void lv_anim_set_playback_time(lv_anim_t * a,
uint32_t time);
Arguments
a
pointer to an initialized `lv_anim_t` variable
time
the duration of the playback animation in milliseconds. 0: disable playback