Glowing Fireflies

Jittery, bioluminescent canvas particles that drift organically through a dark foreground.

Under the Hood: How it Works

Brownian Motion Sub-Routines

To make these fireflies look like living organisms rather than rigid code, they employ Brownian Motion. The velocity vector incorporates a 'wander angle' that shifts randomly every single frame (Math.sin(this.wanderAngle)). This prevents them from moving in straight lines, simulating erratic, organic flight.

Full Screen Preview Download HTML

Technical Details

Category Particles & Systems
Technology canvas
Performance lightweight
Interaction none

Tags

How to Use This Animation

Step-by-step instructions to integrate Glowing Fireflies into your project.

🚀

Add Glowing Fireflies to Your Site

  1. 1 Click Download HTML to get the standalone Glowing Fireflies file
  2. 2 Open the file in a code editor and copy the <style> block into your CSS
  3. 3 Copy the <script> block before your closing </body> tag
  4. 4 Add the HTML markup to your page where you want the animation
🎯

Use as a Full-Page Background

  1. 1 Add a container div with position: fixed; inset: 0; z-index: -1
  2. 2 Place the animation inside that container
  3. 3 Your page content will appear above the animation
  4. 4 Add pointer-events: none to the container if the animation blocks clicks

Source Code
Source Copied!
Loved this effect? Host your deployment globally for free on our partner networks:
Vercel Netlify Hostinger