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
| animationOpenTime | float | Yes | 300 | Time in milliseconds to execute the drawer opening animation. |
98
+
| animationCloseTime | float | Yes | 300 | Time in milliseconds to execute the drawer closing animation. |
99
+
| direction | string | Yes | left | Direction to open the collage, one of: ["left", "right", "top", "bottom"]. |
100
+
| dismissWhenTouchOutside | bool | Yes | true | Should the drawer be dismissed when a click is registered outside? |
101
+
| fadeOpacity | number | Yes | 0.6 | Opacity of the screen outside the drawer. |
102
+
| drawerScreenWidth | number/string | Yes | 80% | Width of drawer on portrait orientation. Use '%' for setting the width in relation to the screen or fixed values for absolute width |
103
+
| drawerScreenWidthOnLandscape | number/string | Yes | 30% | Width of drawer on landscape orientation. Use '%' for setting the width in relation to the screen or fixed values for absolute width |
104
+
| drawerScreenHeight | number/string | Yes | 100% | Height of drawer. Use '%' for setting the width in relation to the screen or fixed values for absolute width
0 commit comments