lv_anim_timeline_private.h
API reference for lv_anim_timeline_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_anim_timeline.h
Summary
Structs
struct
_lv_anim_timeline_t
| Member | Type | Description |
|---|---|---|
anim_dsc | struct _lv_anim_timeline_dsc_t * | Dynamically allocated anim dsc array |
anim_dsc_cnt | uint32_t | The length of anim dsc array |
act_time | uint32_t | Current time of the animation |
reverse | bool | Reverse playback |
delay | uint32_t | Delay before starting the animation from any ends |
repeat_count | uint32_t | Repeat count |
repeat_delay | uint32_t | Wait before repeat |
user_data | void * | For any custom data |
Dependencies
How is this guide?
Last updated on