Q: <https://arkivanov.github.io/Decompose/extensio...
# mvikotlin
l
Q: https://arkivanov.github.io/Decompose/extensions/compose/#custom-animations is it possible turn off animations completely when routing between components? Or should I create a fake animation (one that goes from A->B directly)
a
You can just not pass any animation to the Children function. Will it work for you?
👍 1
l
Ah! Thanks, thought the param was mandatory, that works!