mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-06-19 07:10:30 +00:00
feat: add annimation on link + fix toc + modify sidebar button
This commit is contained in:
parent
301c7c5fb9
commit
c2d67b677c
5 changed files with 62 additions and 18 deletions
static/js
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue