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

Unlimited and cancelable cycles per frame #17

Open
MexHigh opened this issue Dec 23, 2024 · 1 comment
Open

Unlimited and cancelable cycles per frame #17

MexHigh opened this issue Dec 23, 2024 · 1 comment

Comments

@MexHigh
Copy link

MexHigh commented Dec 23, 2024

I want to model a "loading animation" using the glyphs, indicating that the app is awaiting user input. However, it doesn't seem like there is a way to create a never-ending animation using a GlyphFrame (maybe because there is no way to cancel a running animation at all?)

It would be nice to have this feature. Or does anyone have an idea on how to do this "manually"?

Related to #4

@JayKay135
Copy link

Just create a manual timer that restarts the animation when it is about to end.

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

No branches or pull requests

2 participants