-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
The animation gets stuck under load. #720
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
Comments
I can see the same issue happening with |
@NickNovoselov @aleclarson Any workaround for this? |
Facing similar issue on |
Someone please try with |
closing due to inactivity. please use discussions or discord if you want more help or please consider creating a PR if you want to add a feature 😄 |
🐛 Bug Report
With a consistently low FPS, the animation stops and the elements can get stuck in one place for several minutes. If I correctly identified FrameLoop always go to this if and the animation does not move. In our project, I use
Transition
for the enter and leave of elements, but with low FPS it may simply not seem to users.To Reproduce
Load the CPU with other calculations and start the animation.
Expected behavior
I expected that the animation would skip frames, but it would end at the same time, as if it did not skip frames.
Link to repro (highly encouraged)
In this example, if you increase the
const LOAD
. Slides hang between end states.Environment
react-spring
v8.0.18 ... v9.0.0-beta.22react
v16.8.6The text was updated successfully, but these errors were encountered: