b3158e988afe3d6bd582620546cfe837bacb5747
[yaffs-website] / web / core / themes / stable / css / core / dialog / off-canvas.motion.css
1 /**
2  * @file
3  * Motion effects for off-canvas dialog.
4  *
5  * Motion effects are in a separate file so that they can be easily turned off
6  * to improve performance if desired.
7  */
8
9 .dialog-off-canvas-main-canvas {
10   transition: all 0.7s ease;
11 }