ae261870bcffd3dec8a748d33317bc5735fa0109
[yaffs-website] / web / core / modules / settings_tray / css / 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  * @todo Move motion effects file into a core Off-Canvas library and add a
9  *   configuration option for browser rendering performance to disable this
10  *   file: https://www.drupal.org/node/2784443.
11  */
12
13 .dialog-off-canvas__main-canvas {
14   transition: all .7s ease;
15 }