Horizontal - Fixed Width
This is a fixed width example. Be careful with responsive while doing large widths.
$('#scotch-panel').scotchPanel({
containerSelector: 'body',
direction: 'right',
duration: 300,
transition: 'ease',
clickSelector: '.toggle-panel',
distanceX: '200px',
enableEscapeKey: true
});