Author: | putlx |
---|---|
Views Total: | 2,745 views |
Official Page: | Go to website |
Last Update: | September 27, 2019 |
License: | MIT |
Preview:

Description:
A collection of 6 awesome, high-performance animations built using JavaScript and Canvas.
1. Wheel()
// parameter: the number of points let wheel = new Wheel(300); // stops the animation wheel.stop();
2. Fireworks
let fireworks = new Fireworks();
3. Starry Sky
let starrySky = new StarrySky(); // stops the animation starrySky.stop();
4. Particle Ball
let balls = new Balls(); // stops the animation balls.stop();
5. Snow Falling
// parameter: the number of snowflakes let snow = new Snow(300); // stops the animation snow.stop();
6. Coding
// parameter: characters as raindrops let rain = new Rain('01');