Add a stickyActionBar with a solid color background
Do a multi step modal and transition to the next screen
Expected behavior
If the stickyActionBar has a solid background, it should be respected and the transition should be "clipped" because of it.
Additional context
Why is the stickyActionBar being crossfaded? Wouldn't it be enough to keep the old stickyActionBar fully in place, fade the new stickyActionBar in and remove the old stickyActionBar afterwards? That way the transparency wouldn't shine through.
Bug report
Describe the bug Because the
stickyActionBar
is crossfaded, the content shines through below it, just watch the video.https://github.com/user-attachments/assets/aefb856a-06ac-4c98-a22c-f66f866bc1ee
Steps to reproduce
Steps to reproduce the behavior:
stickyActionBar
with a solid color backgroundExpected behavior
If the
stickyActionBar
has a solid background, it should be respected and the transition should be "clipped" because of it.Additional context
Why is the
stickyActionBar
being crossfaded? Wouldn't it be enough to keep the oldstickyActionBar
fully in place, fade the newstickyActionBar
in and remove the oldstickyActionBar
afterwards? That way the transparency wouldn't shine through.