-
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.
git clone git@github.com:emjose/mousetrail-particle1.git && cd mousetrail-particle1
open index.html
• Mouse Trail 1 is best viewed on a desktop or laptop computer browser.
• Mouse Trail 1 is a progressive web app.