Skip to content

Instantly share code, notes, and snippets.

View Beach-Bum's full-sized avatar

Beachbum Beach-Bum

  • 04:42 (UTC +02:00)
View GitHub Profile
@Beach-Bum
Beach-Bum / index.html
Created April 15, 2026 23:16
[threejs/gsap] ❍ Cinematic Ocean Scroll Scene
<!-- Scroll Container for animations -->
<div class="scroll-container"></div>
<!-- Audio Toggle -->
<div class="audio-toggle" id="audioToggle" title="Play music"></div>
<audio id="bgMusic" loop>
<source src="https://assets.codepen.io/7558/lxstnght-remember-m.mp3" type="audio/mpeg">
</audio>
<!-- Story Toggle -->