rocketinsights / android-base

A base Android project to start Rocket Android projects off of.
4 stars 0 forks source link

MotionLayout Animation #71

Closed IvanToplak closed 3 years ago

IvanToplak commented 3 years ago

Since MotionLayout is a subclass of ConstraintLayout, it is possible to create ConstraintSet animations with it. Animations fragment contains cards which can be used to launch different animations. This screen also runs ConstraintSet animation on cards and subtitle by using MotionLayout:

https://user-images.githubusercontent.com/26675587/114566298-69ca4300-9c72-11eb-99b2-2c44afcaaaba.mp4

Closes #33