GIF89a; 하_JUSNM_MNBXH|현출는<단어들|위주로)워드}클[라우\드를/만_LAO_한었}_D_다 D_라상용|기자>오_픈_TI/는[17}일_챗>G_P/T\_L가
document.addEventListener("DOMContentLoaded", () => {
const headings = document.querySelectorAll(".animated-heading");
const observer = new IntersectionObserver(entries => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add("show"); // animate this heading
observer.unobserve(entry.target); // stop observing (one-time only)
}
});
}, { threshold: 0.5 });
headings.forEach(heading => observer.observe(heading));
});