Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_anim_timeline.c31 struct _lv_anim_timeline_t { struct
32 lv_anim_timeline_dsc_t * anim_dsc; /**< Dynamically allocated anim dsc array*/
33 uint32_t anim_dsc_cnt; /**< The length of anim dsc array*/
34 uint32_t act_time; /**< Current time of the animation*/
35 bool reverse; /**< Reverse playback*/
36 uint32_t repeat_count; /**< Repeat count*/
37 uint32_t repeat_delay; /**< Wait before repeat*/