Mercurial > hg > cmmr2012-drupal-site
annotate core/misc/dialog/off-canvas.motion.css @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
children | a9cd425dd02b |
rev | line source |
---|---|
Chris@0 | 1 /** |
Chris@0 | 2 * @file |
Chris@0 | 3 * Motion effects for off-canvas dialog. |
Chris@0 | 4 * |
Chris@0 | 5 * Motion effects are in a separate file so that they can be easily turned off |
Chris@0 | 6 * to improve performance if desired. |
Chris@0 | 7 */ |
Chris@0 | 8 |
Chris@0 | 9 .dialog-off-canvas-main-canvas { |
Chris@0 | 10 transition: all 0.7s ease; |
Chris@0 | 11 } |