Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_anim.h68 typedef struct _lv_anim_t struct
70 void * var; /**<Variable to animate*/
71 lv_anim_exec_xcb_t exec_cb; /**< Function to execute to animate*/
74 int32_t start; /**< Start value*/
75 int32_t end; /**< End value*/
76 uint16_t time; /**< Animation time in ms*/
78 uint16_t playback_pause; /**< Wait before play back*/
79 uint16_t repeat_pause; /**< Wait before repeat*/
81 lv_anim_user_data_t user_data; /**< Custom user data*/
85 uint8_t repeat : 1; /**< Repeat the animation infinitely*/
[all …]

Completed in 3 milliseconds