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

Loop through the frames with up and down keys #1109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Txori
Copy link

@Txori Txori commented Oct 26, 2023

The modified code allows the user to loop through the frames of an animation using the up and down keys, ensuring that they don't get stuck at the start or end of the animation.

This behavior is often desirable in animation or slideshow applications, as it provides a more seamless user experience.

The code checks if the user is at the beginning or end of the animation and loops back to the other end when they try to go beyond those limits.

The modified code allows the user to loop through the frames of an animation using the up and down keys, ensuring that they don't get stuck at the start or end of the animation.

This behavior is often desirable in animation or slideshow applications, as it provides a more seamless user experience.

The code checks if the user is at the beginning or end of the animation and loops back to the other end when they try to go beyond those limits.
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

1 participant