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