发生某些事情时如何启动MotionLayout的动画?

How to start animation of MotionLayout when something is happened?

我有 MotionLayout,其中包含每个视图的动作。所有动作都正常。我想在调用 onBackPressed() 方法或单击某个按钮时开始运动,就像 YouTube 一样。可以吗?

MotionLayout 有驱动动画的方法。 像 motionLayout.transtionToState(...)

这样的东西