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

Fix OnSwipeTest #710

Closed oscar-ad closed 1 year ago

oscar-ad commented 1 year ago

Test was failing due to setting a default interpolation easing curve in the DSL.

For now the Easing and duration will be ignored since it creates a discrepancy from user driven progress value which will have its own easing curve, defined from an AnimationSpec such as tween() or spring().