androidx / constraintlayout

ConstraintLayout is an Android layout component which allows you to position and size widgets in a flexible way
Apache License 2.0
1.07k stars 177 forks source link

[Compose] Fix KeyFrames #602

Closed oscar-ad closed 2 years ago

oscar-ad commented 2 years ago

A change to fix OnSwipe becoming null during remeasure also caused KeyFrames to not be applied after remeasuring.

This makes it so that only the KeyFrames properties are applied during remeasure, and all other Transition properties are applied only once during initialization.