Skip to content

emjose/mousetrail-particle1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

previous 100 days of code next

Mouse Trail 1


Mouse Trail 1

Table of Contents


#100DaysOfCode

Day 24: March 8, 2021

  • I discovered a YouTube Channel called Frank's Laboratory with excellent creative coding tutorials.

  • For Day 24, I made five mouse trail effects from Frank's Laboratory (see two, three, four, Spectrum).

  • The mouse trails use the Canvas API and the HTML <canvas> element to draw graphics and animations.


Installation

1. Git clone and cd into the repo folder:

git clone git@github.com:emjose/mousetrail-particle1.git && cd mousetrail-particle1

2. Run the command:

open index.html

3. On your device, move the cursor around to see the mouse trail effect.


Live Site

Live Site

Mouse Trail 1 is best viewed on a desktop or laptop computer browser.

Mouse Trail 1 is a progressive web app.


Resources


Let's Connect!

Twitter badge Linkedin badge Medium badge Instagram badge Gmail badge Portfolio badge Github badge

Back to Top