We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NoopAnimationsModule
@.disabled
1 parent cfa2d04 commit 71fdd69Copy full SHA for 71fdd69
src/lib/sidenav/drawer.scss
@@ -51,6 +51,13 @@ $mat-drawer-over-drawer-z-index: 4;
51
&.mat-drawer-container-explicit-backdrop .mat-drawer-side {
52
z-index: $mat-drawer-backdrop-z-index;
53
}
54
+
55
+ // Note that the `NoopAnimationsModule` is being handled inside of the component code.
56
+ &.ng-animate-disabled, .ng-animate-disabled & {
57
+ .mat-drawer-backdrop, .mat-drawer-content {
58
+ transition: none;
59
+ }
60
61
62
63
.mat-drawer-backdrop {
0 commit comments