Mercurial > hg > isophonics-drupal-site
view core/misc/dialog/off-canvas.motion.css @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | 1fec387a4317 |
children | 129ea1e6d783 |
line wrap: on
line 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: all 0.7s ease; }