Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(anim_timeline): add repeat and more #6127

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

zipeartnes
Copy link

@zipeartnes zipeartnes commented Apr 25, 2024

Description of the feature or fix

Added lv_anim_timeline_set_repeat_count function to allow for repeating and looping an animation timeline.
Added lv_anim_timeline_set_repeat_delay function to allow for delay repeating and looping an animation timeline.

Added lv_anim_timeline_get_repeat_count function to allow for getting the animation timeline repeat count.
Added lv_anim_timeline_get_repeat_delay function to allow for getting the animation timeline delay.

Notes

@zipeartnes zipeartnes marked this pull request as draft April 25, 2024 16:40
@zipeartnes zipeartnes changed the title Animation timeline repeat Animation Timeline Repeat and More Apr 25, 2024
@zipeartnes zipeartnes marked this pull request as ready for review April 25, 2024 21:22
@zipeartnes zipeartnes changed the title Animation Timeline Repeat and More feat(anim_timeline): Animation Timeline Repeat and More Apr 25, 2024
@kisvegabor
Copy link
Member

Hi,

These seem like quite reasonable changes. In order to merge this PR, please add some tests too.

@FASTSHIFT FASTSHIFT changed the title feat(anim_timeline): Animation Timeline Repeat and More feat(anim_timeline): add repeat and more May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants