Skip to content

Instantly share code, notes, and snippets.

View Bonatti123's full-sized avatar
🏠
Trabajando desde casa

Bonatti123

🏠
Trabajando desde casa
View GitHub Profile
@Bonatti123
Bonatti123 / index.html
Created October 13, 2025 20:08
Sports Betting UI
<body id="root" class="antialiased bg-[#1b1b1b] text-white text-sm"></body>
@Bonatti123
Bonatti123 / index.html
Created October 13, 2025 20:07
[threejs/gsap] ❍ Interactive Glass Lens Effect with Sound FX
<div class="error-message" id="errorMessage"></div>
<div class="fallback-bg" id="fallbackBg"></div>
<div class="audio-enable">
<p>ENTER EXPERIENCE<br />WITH AUDIO</p>
<button class="enable-button" id="enableBtn">START</button>
</div>
<div class="preloader" id="preloader">
<span id="counter">[000]</span>
@Bonatti123
Bonatti123 / index.html
Created October 13, 2025 20:07
Wormhole
<black-hole>
<canvas class="js-canvas"></canvas>
</black-hole><!-- .black-hole -->
@Bonatti123
Bonatti123 / gsap-infinite-draggable-image-gallery.markdown
Created October 13, 2025 20:06
[gsap] ❍ Infinite Draggable Image Gallery
@Bonatti123
Bonatti123 / index.html
Created October 13, 2025 20:05
Tentacles sync - BroadcastChannel
<canvas id="canvas"></canvas>
@Bonatti123
Bonatti123 / index.html
Created October 13, 2025 20:03
Interactive Color Chromatic Universe
<div class="header">
<h1>Color Galaxy Explorer</h1>
<p>Explore the relationships between colors in a cosmic way</p>
<div class="controls">
<button id="modeToggle">Toggle Mode: Galaxy</button>
<button id="speedUp">Speed Up</button>
<button id="speedDown">Slow Down</button>
<button id="toggleInfo">Toggle Info</button>
<button id="reset">Reset View</button>
</div>
@Bonatti123
Bonatti123 / index.html
Created October 13, 2025 20:01
Inktober/Divtober #11: Sting
<div role="img" aria-label="Cartoon of a bee in kawaii style"></div>
<a id="youtube" href="https://www.youtube.com/watch?v=R5G1ZlDM4OI" target="_blank">
<span>Watch how this component was coded</span>
</a>
@Bonatti123
Bonatti123 / index.html
Created October 12, 2025 22:36
Morphing Superformula Explorer
<div id="scene-container"></div>
@Bonatti123
Bonatti123 / index.html
Created October 12, 2025 22:35
ShaderToy: Rainbow Zappers
<canvas id="glCanvas"></canvas>
<div class="container">
<h1>Animated Shader: Rainbow Zappers</h1>
Lorem ipsum dolor sit amet, at labitur complectitur mei. Tota eloquentiam an sea, nostro electram mea et. Debitis accusata forensibus sed in, no omnium evertitur prodesset eam. Hendrerit torquatos deterruisset no per, eirmod equidem omnesque per ne. Vix appetere percipit cu.
<p><button id="fullscreenBtn">⤢ Toggle Fullscreen</button>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gl-matrix/2.8.1/gl-matrix-min.js"></script>
@Bonatti123
Bonatti123 / index.html
Created October 11, 2025 23:51
Interactive Liquid Glass Animation
<div class="toolbar">
<div class="pill">
<span class="lbl">Glass</span>
<input id="amp" type="range" min="0" max="1.5" value="0.5" step="0.01" />
<span id="ampVal" class="val">0.50</span>
</div>
<div class="pill">
<span class="lbl">Chromatic</span>
<input id="chrom" type="range" min="0" max="2" value="0.6" step="0.01" />
<span id="chromVal" class="val">0.60</span>