Files

1 line
886 B
JavaScript
Raw Permalink Normal View History

2026-04-23 04:33:43 +03:30
!function(o){"use strict";o(document).ready(function(){var r=document.querySelector(".devthrow-progress-parent path"); if (!r) { return; } var n=r.getTotalLength();r.style.transition=r.style.WebkitTransition="none",r.style.strokeDasharray=n+" "+n,r.style.strokeDashoffset=n,r.getBoundingClientRect(),r.style.transition=r.style.WebkitTransition="stroke-dashoffset 10ms linear";function t(){var t=o(window).scrollTop(),e=o(document).height()-o(window).height();r.style.strokeDashoffset=n-t*n/e}t(),o(window).scroll(t);jQuery(window).on("scroll",function(){50<jQuery(this).scrollTop()?jQuery(".devthrow-progress-parent").addClass("devthrow-backto-top-active"):jQuery(".devthrow-progress-parent").removeClass("devthrow-backto-top-active")}),jQuery(".devthrow-progress-parent").on("click",function(t){return t.preventDefault(),jQuery("html, body").animate({scrollTop:0},550),!1})})}(jQuery);