nikhilpanju / FabFilter

Android app to showcase complex UI/Animations with and without MotionLayout
https://medium.com/@nikhilpanju22/complex-ui-animation-on-android-8f7a46f4aec4?sk=f1fab1861a655b042ff5e9c305a0e012
1.7k stars 221 forks source link

Fix Appbar resize flickering/blinking #2

Open tbt-hassan opened 4 years ago

tbt-hassan commented 4 years ago

I Used CollapsingToolbarLayout in order to have smooth scroll up animation without flickering or blinking.

In the previous implementation when you scroll up or down, because of the AppBar size-changing the reported scroll amount was not stable and it results in flickering and blinking.

And I have to mention that you need to watch very carefully to see the problem.