library / 3d & webgl / vanta-rings
live - 60fps 1920 x 1080
vanta-rings.html - self-contained
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Vanta.js Rings</title>
    <style>
      html,
      body {
        height: 100%;
        margin: 0;
        overflow: hidden;
        background: #07080d;
        color: #f5f7fb;
        font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      }

      #vanta {
        position: fixed;
        inset: 0;
      }

    </style>
    <script src="../vendor/three.r134.min.js"></script>
    <script src="../vendor/p5.min.js"></script>
    <script src="../vendor/vanta/dist/vanta.rings.min.js"></script>
  </head>
  <body>
    <div id="vanta"></div>
    <script>
      VANTA.RINGS({
        el: "#vanta",
        mouseControls: true,
        touchControls: true,
        gyroControls: false,
        backgroundColor: 0x111111,
        color: 0x88ff00
      });
    </script>
  </body>
</html>

About this animation

Vanta.js 3D ring forms with neon green geometry and mouse-responsive depth.

Source Code
Source copied
Partner hosting options for the copied effect:
Vercel Netlify Hostinger