lv_anim_custom_get() function
Get the animation of a variable and its `exec_cb`. This function exists because it's logical that all anim. functions receives an `lv_anim_t` as their first parameter. It's not practical in C but might make the API more consequent and makes easier to generate bindings.
Arguments
a
pointer to an animation.
exec_cb
a function pointer which is animating 'var', or NULL to return first matching 'var'
Return value
pointer to the animation.