UNPKG

445 BCSSView Raw
1/**
2 * We separate transitions to be able to disable them in unit tests, by simply not loading this file.
3 */
4md-sidenav {
5 transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1); }
6
7.md-sidenav-content {
8 transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1); }
9
10.md-sidenav-backdrop.md-sidenav-shown {
11 transition: background-color 400ms cubic-bezier(0.25, 0.8, 0.25, 1); }
12
13/*# sourceMappingURL=sidenav-transitions.css.map */