An open API service indexing awesome lists of open source software.

https://github.com/vctr-dev/particles

Particle effect with anime.js
https://github.com/vctr-dev/particles

Last synced: 13 days ago
JSON representation

Particle effect with anime.js

Awesome Lists containing this project

README

          

# Particles Effect

This was derived from a tutorial from [Smashing Magazine](https://www.smashingmagazine.com/2020/04/particle-trail-animation-javascript/). I modified it to use modern JS syntax and webpack to speed up the dev loop.

## How to use

- Run `yarn` to install dependencies
- Run `yarn start:dev`
- Open browser to `localhost:8080`

## Screenshot

![Particle](/doc/assets/particles.gif)