I'm trying to make a custom animation for pageview and was looking for some guidance. I already tried using transformer pageview but in my use case it's crashing and found it unreliable.
I'm looking to implement 2 animations
- depth based transition where a pages move behind and scale back
- regular overlay, during swipe pages are stacked on top of each other
I want to know if it's possible to achieve this with regular pageview, if so how do I go about it?
Appreciate your help