Searched defs:_lv_anim_t (Results 1 – 1 of 1) sorted by relevance
73 typedef struct _lv_anim_t { struct74 void * var; /**<Variable to animate*/75 lv_anim_exec_xcb_t exec_cb; /**< Function to execute to animate*/76 …anim_start_cb_t start_cb; /**< Call it when the animation is starts (considering `delay`)*/77 lv_anim_ready_cb_t ready_cb; /**< Call it when the animation is ready*/78 lv_anim_deleted_cb_t deleted_cb; /**< Call it when the animation is deleted*/79 lv_anim_get_value_cb_t get_value_cb; /**< Get the current value in relative mode*/81 void * user_data; /**< Custom user data*/83 lv_anim_path_cb_t path_cb; /**< Describe the path (curve) of animations*/84 int32_t start_value; /**< Start value*/[all …]