i have issues with animation = stackAnimation(fade...
# decompose
d
i have issues with animation = stackAnimation(fade() + scale()),-- i want to create a screen transition that mimics opening a book to show the user that he/she is switching between one application to another, kind advise on how to proceed on this. thanks in advance😄
a
switching between one application to another
Do you mean switching screens?
d
yeah
in my bottom navigation i want when a user clicks Books , The application will show a screen transition that is not similar to when one clicks other tabs
a
If I understand it correctly, you may try creating custom animations. You can start with the simplest
stackAnimator
function. See https://arkivanov.github.io/Decompose/extensions/compose/#using-stackanimator-function
d
Right, thanks
a
I assume that you don't need drag gestures. Just a transition when screens are switched.
d
yeah