lv_anim_get_user_data() function
Get the user_data field of the animation
Syntax
static inline void * lv_anim_get_user_data(lv_anim_t * a); Arguments
a
pointer to an initialized `lv_anim_t` variable
Return value
the pointer to the custom user_data of the animation