You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backdrop component which is opened at one <BottomSheetModal />, but is closed at another <BottomSheetModal />.
So, on video I want that backdrop component will be animated on first <BottomSheetModal />, but don't react (don't change opacity) when dragging calendar.
Later on second <BottomSheetModal /> is opened - it will react when dragging opened time picker component.
Why it is needed
This is usefull for multi-stage interactions with multiple <BottomSheetModal /> components.
Possible implementation
Code sample
Video
Screenrecorder-2021-11-13-17-52-39-163.mp4
The text was updated successfully, but these errors were encountered:
Feature Request
Backdrop component which is opened at one
<BottomSheetModal />
, but is closed at another<BottomSheetModal />
.So, on video I want that backdrop component will be animated on first
<BottomSheetModal />
, but don't react (don't change opacity) when dragging calendar.Later on second
<BottomSheetModal />
is opened - it will react when dragging opened time picker component.Why it is needed
This is usefull for multi-stage interactions with multiple
<BottomSheetModal />
components.Possible implementation
Code sample
Video
Screenrecorder-2021-11-13-17-52-39-163.mp4
The text was updated successfully, but these errors were encountered: