mirror of
https://github.com/tchartron/blow
synced 2025-04-04 06:46:01 +00:00
1 line
No EOL
975 B
JavaScript
1 line
No EOL
975 B
JavaScript
function findCorrespondingTocTitle(t){return[...document.querySelectorAll("#toc li a")].find(e=>e.href.substring(e.href.indexOf("#"))==="#"+t.id)}document.addEventListener("DOMContentLoaded",function(){document.getElementById("navbar").clientHeight,document.getElementById("toc");var e=document.querySelectorAll("#toc li a");document.getElementById("page-content");let n=null;const t=new window.IntersectionObserver(e=>{e.some(t=>{if(console.log("entry",t),console.log("current",n),null===n&&t.isIntersecting){let e=findCorrespondingTocTitle(t.target);return e.parentElement.classList.add("bg-blue-800"),n=t,!0}if(!1===t.isIntersecting){let e=findCorrespondingTocTitle(t.target);e.parentElement.classList.remove("bg-blue-800"),e.parentElement.nextElementSibling.classList.add("bg-blue-800")}})},{root:null,threshold:.1});var o=[];[...e].forEach(e=>{o.push(e.href.substring(e.href.indexOf("#")))});const r=document.querySelectorAll(o.join(","));r.forEach(e=>{t.observe(e)})}); |