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

[Compose] Add Motion Modifier API #721

Closed oscar-ad closed 1 year ago

oscar-ad commented 1 year ago

The Motion Composable and Modifier allows animating layout changes on a per widget basis.

Built with LookaheadLayout and the MotionLayout Transition API.