@ExperimentalMotionApi
interface MotionScene : CoreMotionScene


Information for MotionLayout to animate between multiple ConstraintSets.

Summary

Inherited functions

From androidx.constraintlayout.core.state.CoreMotionScene
String

Get the ConstraintSet as a string

String

get a constraintset

String

get a transition give the name

Unit

set the constraintSet json string

Unit

set the debug name for remote access

Unit
setTransitionContent(elementName: String, toJSON: String)

set the Transitions string onto the MotionScene

Public functions

getConstraintSetInstance

Added in 1.1.1
fun getConstraintSetInstance(name: String): ConstraintSet?

getTransitionInstance

Added in 1.1.1
fun getTransitionInstance(name: String): Transition?