Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / themes / stable / css / core / dialog / off-canvas.motion.css
diff --git a/web/core/themes/stable/css/core/dialog/off-canvas.motion.css b/web/core/themes/stable/css/core/dialog/off-canvas.motion.css
new file mode 100644 (file)
index 0000000..b3158e9
--- /dev/null
@@ -0,0 +1,11 @@
+/**
+ * @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;
+}