Is it possible to support Material Motion for stackAnimation? #1545
burakgormek
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current
FragmentTransition
animations are not good enough to compare other apps like system settings or others. (at least for me 😔).I think system settings and other apps(not sure) using material animations which is called:
Material Motion
https://github.com/material-components/material-components-android/blob/master/docs/theming/Motion.md
They have support enter and exit animations with configuration.
I just did dummy implementation and result is looks quite nice.
Current:
defaultanimation.mov
Laggy and not have animation curve or spring.
Motion:
motionanimation.mov
Much smoother and have animation curve.
Beta Was this translation helpful? Give feedback.
All reactions