项目作者: nikhilpanju
项目描述 :
Android app to showcase complex UI/Animations with and without MotionLayout
高级语言: Kotlin
项目地址: git://github.com/nikhilpanju/FabFilter.git
FabFilter

Android app to showcase complex UI/Animations with and without MotionLayout.

Info
- FiltersLayout contains most of the code for non MotionLayout related animations.
- FiltersMotionLayout contains most of the code for MotionLayout related animation.
- You can switch between the two using the NavDrawer option.
- You can also control the animation speed by using the NavDrawer options.
Read More
To understand further, I’ve written some articles that break down these animations in detail:
- @nikhilpanju22/complex-ui-animation-on-android-8f7a46f4aec4?sk=f1fab1861a655b042ff5e9c305a0e012">Complex UI/Animations on Android
- @nikhilpanju22/complex-ui-animations-on-android-featuring-motionlayout-aa82d83b8660?source=friends_link&sk=5b924ea26bc2ae4735483760f3c62409">Complex UI/Animations on Android - featuring MotionLayout
Notes