|
|
|
@ -163,7 +163,8 @@ $(document).ready(function() {
|
|
|
|
|
'panel': document.getElementById('panel'),
|
|
|
|
|
'menu': document.getElementById('menu'),
|
|
|
|
|
'padding': 256,
|
|
|
|
|
'tolerance': 70
|
|
|
|
|
'tolerance': 70,
|
|
|
|
|
'side': 'right'
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$('#mobile-menu').on('click', function() {
|
|
|
|
@ -179,7 +180,7 @@ $(document).ready(function() {
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
function onOpeningMenu() {
|
|
|
|
|
$('#header').css({
|
|
|
|
|
$('#header-menu').css({
|
|
|
|
|
'top': $('#panel').position().top * -1 + 'px',
|
|
|
|
|
'position': 'absolute'
|
|
|
|
|
});
|
|
|
|
@ -190,7 +191,7 @@ $(document).ready(function() {
|
|
|
|
|
slideout.on('translate', onOpeningMenu);
|
|
|
|
|
|
|
|
|
|
slideout.on('close', function() {
|
|
|
|
|
$('#header').css({
|
|
|
|
|
$('#header-menu').css({
|
|
|
|
|
'top': '0px',
|
|
|
|
|
'position': 'fixed'
|
|
|
|
|
});
|
|
|
|
|