off-canvas.motion.css
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.
File
-
core/
misc/ dialog/ off-canvas.motion.css
View source
- /**
- * @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: padding-right 0.7s ease, padding-left 0.7s ease, padding-top 0.3s ease;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.