Falling snow effect, using JavaScript and the <canvas> HTML element.
The snowflakes are circles with different characteristics:
- coordinates
- radius
- opacity
Each snowflake is an instance of the snowflake class (defined in the js/snowflake.js file).
