У меня есть переход в MotionScene.
<Transition
motion:constraintSetStart="@id/start"
motion:constraintSetEnd="@id/end"
motion:duration="1000"
motion:interpolator="linear">
Начальное ограничение не устанавливается после "MotionLayout.loadLayoutDescription".Я добавил:
MotionLayout.setTransition(R.id.start, R.id.end)
и ограничения применены правильно.