You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(Android, FormSheet): Align animators implementation to use ValueAnimator (#3922)
## Description
After moving everything to a single class, I think that it's reasonable
to have a consistent system for all animations, therefore I'm aligning
content size change animations with entering/exiting animations.
## Changes
- Replace `ViewPropertyAnimators` with `ValueAnimators`
## Before & after - visual documentation
N/A - refactor
## Test plan
Regression testing on Test2560 & Test3336
## Checklist
- [ ] Included code example that can be used to test this change.
- [ ] For visual changes, included screenshots / GIFs / recordings
documenting the change.
- [ ] For API changes, updated relevant public types.
- [ ] Ensured that CI passes
0 commit comments