Advanced Scroll Reveal
Scroll Progress: 0%
Complex scroll-based reveal animations with multiple stages and parallax effects.
const progress = scrollY / (docHeight - windowHeight);
element.style.clipPath = `circle(${progress * 100}% at ${50 + progress * 30}% ${50 + progress * 20}%)`;