12 lines
243 B
CSS
12 lines
243 B
CSS
/**
|
|
* @file
|
|
* Motion effects for off-canvas dialog.
|
|
*
|
|
* Motion effects are in a separate file so that they can be easily turned off
|
|
* to improve performance if desired.
|
|
*/
|
|
|
|
.dialog-off-canvas-main-canvas {
|
|
transition: all 0.7s ease;
|
|
}
|