Hi Everyone, How to add parallax effect while navi...
# compose
m
Hi Everyone, How to add parallax effect while navigating to one compose function to another compose? Kindly guide me
👀 1
a
Maybe you have an example of the effect? Is this something similar to what you are looking for?
m
@Arkadii Ivanov. I am looking new screen from left side
a
Assuming this is for navigation purposes, you can try Decompose for navigation and its animation API: https://arkivanov.github.io/Decompose/extensions/compose/#animations
m
Thanks Dear @Arkadii Ivanov