Updated Drupal to 8.6. This goes with the following updates because it's possible...
[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: padding-right 0.7s ease, padding-left 0.7s ease, padding-top 0.3s ease;
11 }