4 lines
259 B
Markdown
4 lines
259 B
Markdown
Task: build a single page website in index.html with a particle trail effect following the cursor using HTML, CSS, and JavaScript.
|
|
|
|
You may use libraries like Three.js. The particles should spawn at the cursor, move with
|
|
some inertia, and fade out over time.
|