Files
CHIEFSOFT\ameye 612f101232 New Coregrade
2024-10-10 14:29:52 -04:00

1 line
1011 B
JavaScript

!function(s){"use strict";s(".switch").on("click",(function(){s("body").hasClass("light")?(s("body").removeClass("light"),s(".switch").removeClass("switched")):(s("body").addClass("light"),s(".switch").addClass("switched"))})),s(document).ready((function(){var e=document.querySelector(".progress-wrap path"),t=e.getTotalLength();e.style.transition=e.style.WebkitTransition="none",e.style.strokeDasharray=t+" "+t,e.style.strokeDashoffset=t,e.getBoundingClientRect(),e.style.transition=e.style.WebkitTransition="stroke-dashoffset 10ms linear";var o=function(){var o=s(window).scrollTop(),r=s(document).height()-s(window).height(),i=t-o*t/r;e.style.strokeDashoffset=i};o(),s(window).scroll(o);jQuery(window).on("scroll",(function(){jQuery(this).scrollTop()>50?jQuery(".progress-wrap").addClass("active-progress"):jQuery(".progress-wrap").removeClass("active-progress")})),jQuery(".progress-wrap").on("click",(function(s){return s.preventDefault(),jQuery("html, body").animate({scrollTop:0},550),!1}))}))}(jQuery);