File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,11 @@ md-sidenav {
6
6
}
7
7
8
8
.md-sidenav-content {
9
- transition : transform $swift-ease-out-duration $swift-ease-out-timing-function ;
9
+ transition : {
10
+ duration : $swift-ease-out-duration ;
11
+ timing-function : $swift-ease-out-timing-function ;
12
+ property : transform , margin-left , margin-right ;
13
+ }
10
14
}
11
15
12
16
.md-sidenav-backdrop.md-sidenav-shown {
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ The sidenav can render in one of three different ways based on the `mode` proper
27
27
| push | Sidenav _ pushes_ the primary content out of its way, also covering it with a backdrop |
28
28
| side | Sidenav appears _ side-by-side_ with the primary content |
29
29
30
+ Using the ` side ` mode on mobile devices can affect the performance and is also not recommended by the
31
+ [ Material Design specification] ( https://material.io/guidelines/patterns/navigation-drawer.html#navigation-drawer-behavior ) .
30
32
31
33
### Positioning the sidenav
32
34
The ` align ` property determines whether the sidenav appears at the ` "start" ` or ` "end" ` of the
You can’t perform that action at this time.
0 commit comments