🐧 reference website: https://www.usebutter.com/
A Pen by Vivi Tseng on CodePen.
| <div class="slideshow"> | |
| <div class="grid"> | |
| <!-- 14 blokken voor een grotere mozaïek --> | |
| <div class="tile"></div> | |
| <div class="tile"></div> | |
| <div class="tile"></div> | |
| <div class="tile"></div> | |
| <div class="tile"></div> | |
| <div class="tile"></div> | |
| <div class="tile"></div> |
🐧 reference website: https://www.usebutter.com/
A Pen by Vivi Tseng on CodePen.
Experience the elegance of simplicity with this fully custom-made carousel of images. No frameworks, no fuss – just pure and fast performance, powered by CSS variables. With intuitive drag and drop capabilities and seamless mouse wheel navigation, you'll be sure to appreciate the beauty of this unique carousel design. Please don't use for a personal project or for commercial use.
A Pen by Fabio Ottaviani on CodePen.
| <!-- | |
| Sonification Image Processor | |
| Attempt to transform images into sound by mapping pixel colors to musical notes and applying various audio effects. | |
| - Reads the image from left to right, top to bottom. | |
| - Each pixel's hue determines the note, mapped to a selected musical scale. | |
| - The brightness (lightness) of the color controls octave shifts and sound characteristics. | |
| - Implements vibrato, tremolo, and harmonic layering for richer tonal expression. | |
| - Uses dynamic volume scaling to ensure all pixels contribute to the sound. |
A Pen by Luis Alberto Martinez Riancho on CodePen.
| <!-- | |
| Horizontal, responsive carousel (Swiper-based) enhanced with GSAP ScrollTrigger for | |
| scroll-synchronized animations. It supports both scrubbed (scroll-controlled) and free-swiping modes. | |
| --> | |
| <div class="viewport-wrapper"> | |
| <div class="content-scroll"> | |
| <main class="main-content"> | |
| <div class="dummy-block"> | |
| <div> |
| <canvas id="webgl_canvas"></canvas> | |
| <div id="hud"> | |
| <div id="hud_pct">000%</div> | |
| <div class="progress-bar"> | |
| <div class="progress-fill" id="prog_fill"></div> | |
| </div> | |
| <div class="scene-label" id="scene_name">DAWN</div> | |
| </div> | |
| <button id="theme_toggle" aria-label="Toggle light/dark mode"> | |
| <svg class="icon-sun" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"> |
| <canvas id="webgl-canvas"></canvas> | |
| <div id="hud"> | |
| <div id="hud-pct">000%</div> | |
| <div class="progress-bar"> | |
| <div class="progress-fill" id="prog-fill"></div> | |
| </div> | |
| <div class="scene-label" id="scene-name">DAWN</div> | |
| </div> |
| <!-- Inspired by Baku89's VJ work --> | |
| <!-- https://twitter.com/_baku89/status/1736420979583451474 --> | |
| <h1 id="char">?</h1> | |
| <div id="cursor"></div> | |
| <span id="info">\u0000</div> |