Home
last modified time | relevance | path

Searched defs:_lv_anim_t (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/misc/
Dlv_anim.h124 struct _lv_anim_t { struct
125 …r; /**< Variable (Widget or other user-provided object) to animate */
126 lv_anim_exec_xcb_t exec_cb; /**< Function to execute to animate */
127 lv_anim_custom_exec_cb_t custom_exec_cb; /**< Function to execute to animate,
129 …im_start_cb_t start_cb; /**< Call it when animation is starts (considering `delay`) */
130 lv_anim_completed_cb_t completed_cb; /**< Call it when animation is fully completed */
131 lv_anim_deleted_cb_t deleted_cb; /**< Call it when animation is deleted */
132 lv_anim_get_value_cb_t get_value_cb; /**< Get current value in relative mode */
133 void * user_data; /**< Custom user data */
134 lv_anim_path_cb_t path_cb; /**< Provides path (curve) of animation */
[all …]