scotch-io / scotch-panels

jQuery Off Canvas Menus and Panels Plugin
609 stars 98 forks source link

How to hover the panel down from the top? #43

Closed ollie007 closed 8 years ago

ollie007 commented 8 years ago
$('#scotch-panel').scotchPanel({

                    hoverSelector: '.toggle-panel-on-hover',

                    clickSelector: '.toggle-panel',
                    containerSelector: 'body',
                    direction: 'top',
                    duration: 300,
                    transition: 'ease',
                    distanceY: '200px',
                    enableEscapeKey: true
                });

doesnt work for me