jQuery Offcanvas Plugin Demos

'mode'

The mode of the off-canvas effect.

Default: 'overlay'
Options: 'overlay', 'push', 'underlay', 'shrink' (comming soon)

'overlay' (default)

This is the off-canvas element
This is the main canvas

'push'

This is the off-canvas element
This is the main canvas

'underlay'

This is the off-canvas element
This is the main canvas

'shrink' (comming soon)

This is the off-canvas element
This is the main canvas

'position'

The position of the off-canvas element, relative to the main canvas.

Default: 'left'
Options: 'left', 'right', 'top', 'bottom'

'left' (default)

This is the off-canvas element
This is the main canvas

'right'

This is the off-canvas element
This is the main canvas

'top'

This is the off-canvas element
This is the main canvas

'bottom'

This is the off-canvas element
This is the main canvas