Open
Description
Issue Description
animating a view on ios has a different behavior than on android. In Android, if you grow a view, the next view moves at the same time as the top view grows, which is fine. It can be seen that the button moves naturally with the previous view or with whatever makes it move
android.mp4
In iOS, when a view grows and animates, the next view moves from the beginning of the animation to where it will go as the final result.
ios.mp4
Reproduction
Relevant log output (if applicable)
No response
Environment
No response
Please accept these terms
- I have searched the existing issues as well as StackOverflow and this has not been posted before
- This is a bug report
- I agree to follow this project's Code of Conduct