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 animation, wait until it finish a lap to start another one #62 #182

Closed
pazhut opened this issue Oct 26, 2019 · 2 comments
Closed

Loop animation, wait until it finish a lap to start another one #62 #182

pazhut opened this issue Oct 26, 2019 · 2 comments

Comments

@pazhut
Copy link

pazhut commented Oct 26, 2019

i had tried using FlareProgressIndicator from the above . support case, i got a compile error that iSActive (setter and getter) is missing, i tried adding the following lines:

@OverRide
ValueNotifier isActive;

but animation do not run

any suggestion on how to solve this?

Thanks

@luigi-rosso
Copy link
Contributor

Hi @pazhut can you share your source? The isActive property is defined on a FlareController and helps FlareActor know whether or not to continue advancing (updating and drawing) the Flare animation.

@pazhut
Copy link
Author

pazhut commented Oct 27, 2019 via email

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