This repository was archived by the owner on Dec 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +0
-25
lines changed
constraintlayout/compose/src/main/java/androidx/constraintlayout/compose Expand file tree Collapse file tree 3 files changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,6 @@ inline fun ConstraintLayout(
248
248
}
249
249
}
250
250
}
251
- @OptIn(ExperimentalMotionApi ::class )
252
251
MotionLayout (
253
252
start = startConstraint,
254
253
end = endConstraint,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ import java.util.*
57
57
*/
58
58
@Suppress(" NOTHING_TO_INLINE" )
59
59
@Composable
60
- @ExperimentalMotionApi
61
60
inline fun MotionLayout (
62
61
start : ConstraintSet ,
63
62
end : ConstraintSet ,
@@ -94,7 +93,6 @@ inline fun MotionLayout(
94
93
* are finished. Use [finishedAnimationListener] to know when a transition has stopped.
95
94
*/
96
95
@Composable
97
- @ExperimentalMotionApi
98
96
inline fun MotionLayout (
99
97
motionScene : MotionScene ,
100
98
constraintSetName : String? = null,
@@ -201,7 +199,6 @@ inline fun MotionLayout(
201
199
}
202
200
203
201
@Composable
204
- @ExperimentalMotionApi
205
202
inline fun MotionLayout (
206
203
start : ConstraintSet ,
207
204
end : ConstraintSet ,
@@ -264,7 +261,6 @@ inline fun MotionLayout(
264
261
265
262
@Suppress(" NOTHING_TO_INLINE" )
266
263
@Composable
267
- @ExperimentalMotionApi
268
264
inline fun MotionLayout (
269
265
motionScene : MotionScene ,
270
266
progress : Float ,
You can’t perform that action at this time.
0 commit comments