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.06k stars 177 forks source link

Updated Material2DAnimationSpec #827

Closed oscar-ad closed 1 year ago

oscar-ad commented 1 year ago

It's now possible to provide a second easing curve to handle interpolations for the 3rd and 4th variable.

This is usefuld for example when interpolating bounds, where the first two variables may correpond to the location and the last two variables correspond to the dimensions and you may want different easing curves for each pair.