Skip to content

emjose/mousetrail-particle3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

previous 100 days of code next

Mouse Trail 3


Mouse Trail 3

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 one, two, 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-particle3.git && cd mousetrail-particle3

2. Run the command:

open index.html

3. On your device, click and press down the cursor, moving it around to see the mouse trail effect.


Live Site

Live Site

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

Mouse Trail 3 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