Skip to content

Instantly share code, notes, and snippets.

@gnnr-b
gnnr-b / index.html
Created February 15, 2026 22:10
Virtual Scroll
<body>
<div class="scroll-progress">
<div class="scroll-progress-fill"></div>
</div>
<div id="scroll-status" class="sr-only" aria-live="polite" aria-atomic="true">
Viewing section 1 of 12
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
</body>