2017-10-24 22:46:32 +00:00
|
|
|
/**
|
|
|
|
* @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 {
|
2018-05-29 16:11:54 +00:00
|
|
|
transition: padding-right 0.7s ease, padding-left 0.7s ease, padding-top 0.3s ease;
|
2017-10-24 22:46:32 +00:00
|
|
|
}
|