We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Link to fork with a repro in the issue-repro module NinoDLC@1cb3d890
Describe the bug LottieAnimationState.isAtEnd is incorrectly true, making listening to end of animation impossible.
LottieAnimationState.isAtEnd
true
Steps To Reproduce Steps to reproduce the behavior:
13:33:28.043 isAtEnd 0 [...] 13:33:28.267 LaunchedEffect.isAtEnd 1 13:33:28.710 isAtEnd 2 13:33:30.799 isAtEnd 3 13:33:30.809 LaunchedEffect.isAtEnd 4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Link to fork with a repro in the issue-repro module
NinoDLC@1cb3d890
Describe the bug
LottieAnimationState.isAtEnd
is incorrectlytrue
, making listening to end of animation impossible.Steps To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: