lv_anim_set_early_apply() function
Set a whether the animation's should be applied immediately or only when the delay expired.
Syntax
static inline void lv_anim_set_early_apply(lv_anim_t * a,
bool en);
Arguments
a
pointer to an initialized `lv_anim_t` variable
en
true: apply the start value immediately in `lv_anim_start`; false: apply the start value only when `delay` ms is elapsed and the animations really starts