Trigger Example
In this example, the Scotch Panel will appear after 2 seconds. This is a good use case for ads, announcements, etc. It could be a good replacement for the annoying lightbox popup.
$('#scotch-panel').scotchPanel({
startOpened: true, // Required
startOpenedDelay: 2000, // ms
enableEscapeKey: true, // Allow the user to quickly shut this down if unwelcomed
clickSelector: '.toggle-panel'
});