When using UIView.animate { /* change frame of LottieAnimationView */ } the size of the layer doesn't seem to animate and immediately reflects the new size.
In 4.2.0:
https://github.com/user-attachments/assets/42b42e61-9033-4eb0-94ac-f2a0a7bd9fde
In 4.3.0
https://github.com/user-attachments/assets/563f5fee-d260-4a03-a6cb-2bf5d1fc6bc5
Sample project:
lottie-test.zip
Had trouble finding the change that caused this.