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 MotionScene Dsl #708

Closed oscar-ad closed 1 year ago

oscar-ad commented 1 year ago

Adds a DSL to define MotionScenes. See MotionSceneScope.kt

MotionSceneScope allows users to define or add ConstraintSets and Transitions to build a MotionScene.

See OnSwipeExperiment.kt:SimpleSwipeDsl for an example.

Also added an equivalent benchmark test that uses the DSL instead of the Json syntax.