mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
Import the framework.
This commit is contained in:
1
assets/js/dist/_commons/back-to-top.min.js
vendored
Normal file
1
assets/js/dist/_commons/back-to-top.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
$(window).scroll(function(){if($(this).scrollTop()>50&&$("#sidebar-trigger").css("display")=="none"){$("#back-to-top").fadeIn()}else{$("#back-to-top").fadeOut()}});$(function(){$("#back-to-top").click(function(){$("body,html").animate({scrollTop:0},800);return false})});
|
||||
Reference in New Issue
Block a user