Animations / Transitions

lv_anim_path_cb_t path_xcb; /**< A path for the animation.*/

What does “path” mean?

1 Like

Here is the source.
/** Get the current value during an animation*/
typedef lv_anim_value_t (*lv_anim_path_cb_t)(const struct _lv_anim_path_t *, const struct _lv_anim_t *);
It may represent the path of the animation.

1 Like