Mercurial > hg > isophonics-drupal-site
annotate core/misc/dialog/off-canvas.motion.css @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 129ea1e6d783 |
children |
rev | line source |
---|---|
Chris@14 | 1 /** |
Chris@14 | 2 * @file |
Chris@14 | 3 * Motion effects for off-canvas dialog. |
Chris@14 | 4 * |
Chris@14 | 5 * Motion effects are in a separate file so that they can be easily turned off |
Chris@14 | 6 * to improve performance if desired. |
Chris@14 | 7 */ |
Chris@14 | 8 |
Chris@14 | 9 .dialog-off-canvas-main-canvas { |
Chris@17 | 10 transition: padding-right 0.7s ease, padding-left 0.7s ease, padding-top 0.3s ease; |
Chris@14 | 11 } |