Start a Project

MotionLayout – Android

MotionLayout is a new class of ConstraintLayout for building animations which is added in the dependency version 2.0 in ConstraintLayout.

Note: MotionLayout is available as a support library that you can use on Android systems starting with API level 18 (JellyBean MR2).

MotionLayout links to and requires a MotionScene file. The file contains one top level tag “LayoutDescription”

Let’s start by implementing it:

Here you can see a tag “layoutDescription” where I have mentioned my xml file in which the Animation is defined.

Now, In step1.xml file

Here, we have defined targetId of the view on which the animation has to be performed and its clickAction which in this case is toggle. And in the ConstraintSet, the transition of the view. Similarly, we can create different transitions.

In Transition block, we can create different animations according to our requirement.

 

References:

Exit mobile version