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
@react-spring/web
@react-spring/three
@react-spring/native
@react-spring/konva
@react-spring/zdog
9.7.3
await controller.start({ ... }) is not being resolved consistently. And the behaviour the consistently dependent on the animated value.
await controller.start({ ... })
Promise is always resolved immediately after animation completes.
https://codesandbox.io/s/react-spring-reproduce-s7jvwv
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which react-spring target are you using?
@react-spring/web
@react-spring/three
@react-spring/native
@react-spring/konva
@react-spring/zdog
What version of react-spring are you using?
9.7.3
What's Wrong?
await controller.start({ ... })
is not being resolved consistently. And the behaviour the consistently dependent on the animated value.To Reproduce
Expected Behaviour
Promise is always resolved immediately after animation completes.
Link to repo
https://codesandbox.io/s/react-spring-reproduce-s7jvwv
The text was updated successfully, but these errors were encountered: