-
Notifications
You must be signed in to change notification settings - Fork 24
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
After animation, blobs reset position in a jarring way. #2
Comments
Having the same issue on |
Check that you are not modifying the |
I'm also seeing the jarring animation. I have it looping and I'd expect the duration to be how long it goes from one shape to the next. But it transitions immediately. Here is my code
And the video: Simulator.Screen.Recording.-.iPhone.14.Pro.Max.-.2023-01-26.at.20.57.16.mp4[UPDATE] I ended up using the inspiration example. Would be cool if this was added to the api |
Ever since Flutter 1.20.0, the blobs which before had no issues will "reset" to what seems like a random position at the end of the time set for a
Blob.animatedRandom()
, which creates a very jarring effect. My workaround has been to increase the duration so the "reset" is not seen, but this makes the movement of the blob imperceptible. No changes were made to the code since its implementation, so it seems to be something stemming from a Flutter update. I can provide a screen recording of the behavior if that would be helpful. Thanks.The text was updated successfully, but these errors were encountered: