Skip to content

Commit

Permalink
Remove MotionExperimental annotation (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-ad committed Jan 11, 2022
1 parent 86ae0a7 commit 55567b5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
Expand Up @@ -248,7 +248,6 @@ inline fun ConstraintLayout(
}
}
}
@OptIn(ExperimentalMotionApi::class)
MotionLayout(
start = startConstraint,
end = endConstraint,
Expand Down

This file was deleted.

Expand Up @@ -57,7 +57,6 @@ import java.util.*
*/
@Suppress("NOTHING_TO_INLINE")
@Composable
@ExperimentalMotionApi
inline fun MotionLayout(
start: ConstraintSet,
end: ConstraintSet,
Expand Down Expand Up @@ -94,7 +93,6 @@ inline fun MotionLayout(
* are finished. Use [finishedAnimationListener] to know when a transition has stopped.
*/
@Composable
@ExperimentalMotionApi
inline fun MotionLayout(
motionScene: MotionScene,
constraintSetName: String? = null,
Expand Down Expand Up @@ -201,7 +199,6 @@ inline fun MotionLayout(
}

@Composable
@ExperimentalMotionApi
inline fun MotionLayout(
start: ConstraintSet,
end: ConstraintSet,
Expand Down Expand Up @@ -264,7 +261,6 @@ inline fun MotionLayout(

@Suppress("NOTHING_TO_INLINE")
@Composable
@ExperimentalMotionApi
inline fun MotionLayout(
motionScene: MotionScene,
progress: Float,
Expand Down

0 comments on commit 55567b5

Please sign in to comment.