HarshilShah / DeckTransition

A library to recreate the iOS Apple Music now playing transition
MIT License
2.19k stars 168 forks source link

Feature Request: Adjust dismissal sensitivity #102

Open junaidxabd opened 5 years ago

junaidxabd commented 5 years ago

When scrolling down fast the view can sometimes be dismissed by accident. Having an option to adjust the sensitivity would assist.

marchy commented 5 years ago

Double this. We had to disable the interactive dismission altogether because of this – which actually heavily reduces from the navigation metaphor of this UX pattern in the first place.

If it's just a matter of sensitivity than maybe a quick PR could fix this (as opposed to innate conflicts with scrollable content)

HarshilShah commented 5 years ago

In keeping with the iOS 13 transition style, I’m moving to an interactive transition in an upcoming release which should avoid this problem entirely. See #109 for more about that.