mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-12 09:10:39 -06:00
remove _site from gitignore
This commit is contained in:
1
_site/v1/js/scrolling-nav.js
Normal file
1
_site/v1/js/scrolling-nav.js
Normal file
@@ -0,0 +1 @@
|
||||
$(window).scroll(function(){$(".navbar").offset().top>50?$(".navbar-fixed-top").addClass("top-nav-collapse"):$(".navbar-fixed-top").removeClass("top-nav-collapse")}),$(function(){$("a.page-scroll").bind("click",function(o){var a=$(this);$("html, body").stop().animate({scrollTop:$(a.attr("href")).offset().top},1500,"easeInOutExpo"),o.preventDefault()})});
|
||||
Reference in New Issue
Block a user