lv_anim_timeline_private.h

API reference for lv_anim_timeline_private.h

Report on GitHub
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

MemberTypeDescription
anim_dscstruct _lv_anim_timeline_dsc_t *Dynamically allocated anim dsc array
anim_dsc_cntuint32_tThe length of anim dsc array
act_timeuint32_tCurrent time of the animation
reverseboolReverse playback
delayuint32_tDelay before starting the animation from any ends
repeat_countuint32_tRepeat count
repeat_delayuint32_tWait before repeat
user_datavoid *For any custom data

Dependencies

How is this guide?

Last updated on

On this page