-
Notifications
You must be signed in to change notification settings - Fork 476
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
Animation not work when you set isPaused value from true to flase #21
Comments
luigi-rosso
added a commit
that referenced
this issue
Dec 21, 2018
Thanks for reporting this, please try it out with the latest version! |
Hi, The issue fixed on 1.0.5, Thanks |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FlareActor(
"assets/Penguin.flr",
alignment: Alignment.center,
fit: BoxFit.cover,
animation: "walk",
isPaused: _isPaused,
)
Step :
The Animation not running
Reason:
The method updatePlayState() In FlareActorRenderObject
_frameCallbackID must set null after cancelFrameCallbackWithId
The _frameCallbackID will be recreate when isPaused = false
Please Help to fixed it, Thank you
The text was updated successfully, but these errors were encountered: