feat: add annimation on link + fix toc + modify sidebar button

This commit is contained in:
Leclerc Gwendal 2016-03-26 03:28:38 +01:00
parent 301c7c5fb9
commit c2d67b677c
5 changed files with 62 additions and 18 deletions
static/js

View file

@ -55,12 +55,4 @@ images.each(function(index){
}
});
$('#toc-menu').hover(function() {
$('.progress').stop(true, false, true).fadeToggle(300);
});
$('.progress').hover(function() {
$('.progress').stop(true, false, true).fadeToggle(300);
});
$("#top-bar").stick_in_parent();