lv_anim_set_playback_delay() function
Make the animation to play back to when the forward direction is ready
Syntax
static inline void lv_anim_set_playback_delay(lv_anim_t * a,
uint32_t delay);
Arguments
a
pointer to an initialized `lv_anim_t` variable
delay
delay in milliseconds before starting the playback animation.