Releases: hcodes/snowflakes
Releases · hcodes/snowflakes
v4.1.4
- Code refactoring.
- Update dev deps in package.json.
v4.1.3
- Fix color #25.
- Update dev deps in package.json.
v4.1.2
Updated dev deps in package.json.
v4.1.1
- Fixed Safari scroll problem #21.
v4.1.0
Added CSS user-select: none
and pointer-events: none
for snowflakes.
v4.0.2
Updated dev deps in package.json.
v4.0.0 Happy New Year Edition!
- Added
minSize
and maxSize
properties. You can set the size of snowflakes. Example.
- Added
minOpacity
and maxOpacity
properties.
- Removed
useScale
property.
useRotate
property renamed to rotation
.
- Added light version without SVG images:
dist/snowflakes.light.js
and dist/snowflakes.light.min.js
. You can set your own kind of snowflakes. Example.
v3.1.0
demo.html
moved to https://github.com/hcodes/demo-snowflakes
example/
→ examples/
- Added new examples
- Small refactoring
v3.0.0
- Now snowflakes in SVG format.
- You can change the color of snowflakes. The property
color: "red"
. Default: "#5ECDEF"
.
- Snowflakes can fly without wind. The property
wind: false
. Default: true
.