Slide 9
Slide 9 text
9
@sbkurs Introduction to MotionLayout
• A mix between the property animation framework, layout transitions with
TransitionManager, and CoordinatorLayout
MotionLayout
• Let’s you describe the transition between two layouts (like TransitionManager)
• Supports seek-able transitions (like CoordinatorLayout)
• Can animate any property (like Property Animations)