emjose / mousetrail-wandavision

A mouse trail effect using the Canvas API and the HTML <canvas> element.

Home Page:https://emjose.github.io/mousetrail-wandavision/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

previous 100 days of code next

WandaVision Mouse Trail


WandaVision Mouse Trail

Table of Contents


#100DaysOfCode

Day 25: March 9, 2021

  • I enjoyed creating mouse trails for Day 24 (see one, two, three, four, and Spectrum).

  • For Day 25, I wanted to work on a mouse trail effect that reveals a background image.

  • This mouse trail uses tsParticles, a lightweight Typescript library for creating particles.

  • I loved the TV show WandaVision, and the mouse trail reveals the character Wanda Maximoff/Scarlet Witch, portrayed by the actress Elizabeth Olsen.


Installation

1. Git clone and cd into the repo folder:

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

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

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

The WandaVision Mouse Trail is a progressive web app.


Resources


Copyright

  • This project is for made for educational purposes only.

  • All WandaVision images and characters are copyright of MARVEL. © MARVEL. All Rights Reserved.


Let's Connect!

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

Back to Top

About

A mouse trail effect using the Canvas API and the HTML <canvas> element.

https://emjose.github.io/mousetrail-wandavision/


Languages

Language:JavaScript 48.1%Language:HTML 42.9%Language:CSS 9.0%