react-spring-bottom-sheet
react-spring-bottom-sheet copied to clipboard
Add 3d / depth effect on the second plan like with UIPresentationController
No idea of how to proceed at the moment, but would be nice to be able to reproduce iOS UIPresentationController effect on the background, like in iOS Mail composition or Apple Music (see video here).
Looks like this effect has been reproduced by https://github.com/Temzasse/react-modal-sheet
Yeah, for this to be possible I need to expose the internal spring APIs. It’s a bit tricky but it’s on the roadmap :)
On 2 Jul 2021, at 14:25, Sébastien HOUZÉ @.***> wrote:
Looks like this effect has been reproduced by https://github.com/Temzasse/react-modal-sheet
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Tell me if and how we can help, impressed by the good job you've already done :muscle:.
We were prototyping our own drawer modal / bottom sheet when we found yours today and it's :heart: (we also chose to use react-spring
and react-use-gesture
for our prototype).
Regarding aria, I see you didn't choose to use react-aria
, would you mind if we try to add it in a pull request?