Chris@0: /** Chris@0: * @file Chris@0: * Motion effects for off-canvas dialog. Chris@0: * Chris@0: * Motion effects are in a separate file so that they can be easily turned off Chris@0: * to improve performance if desired. Chris@0: */ Chris@0: Chris@0: .dialog-off-canvas-main-canvas { Chris@4: transition: padding-right 0.7s ease, padding-left 0.7s ease, padding-top 0.3s ease; Chris@0: }