Hello 🙂
I want to create a back-swipe function in my prototype that always “moves in”.
I have different prototype interactions moving from one frame to another depending on content (sometimes “move in” / sometimes “instant”).
I want to create a swipe back function on every page and created an interaction “on drag→back”. However, I noticed that depending on how I created the interaction entering the page influences the drag→back animation.
- if it is a “instant” animation, the drag-back animation is also instant
- if it is a “move in” animation, the drag-back animation is also move in
Is there a way to say that on drag→back is always a move in animation?