Код мой здесь:
codepen.io/Chvalov/pen/JgfpF
Настройки боковой панели (с 15 строчки html)
$(function(){
$('.slide-out-div').tabSlideOut({
tabHandle: '.handle', //класс элемента
pathToTabImage: 'img/tab_menu.png', //путь к изображению *required*
imageHeight: '64px', //высота *required*
imageWidth: '64px', //width of tab image *required*
tabLocation: 'right', //side of screen where tab lives, top, right, bottom, or left
speed: 400, //speed of animation
action: 'click', //options: 'click' or 'hover', action to trigger animation
topPos: '0%', //position from the top
fixedPosition: false //options: true makes it stick(fixed position) on scroll
});
});
Сам код js панелькт начинается с 73 строчки JS
Каскадные стали с 8 строчки