UNPKG

magic-snowflakes

Version:
41 lines (31 loc) 1.16 kB
## v4.0.0 + Added `minSize` and `maxSize` properties. You can set the size of snowflakes. [Example](https://hcodes.github.io/snowflakes/examples/big.html). + 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](https://hcodes.github.io/snowflakes/examples/balls.html). ## 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`. ## v2.2.1 Fixed Babel dependencies #10. ## v2.2.0 Removed `dist/`. ## v2.1.1 - Small fix for server side #7. ## v2.1.0 - Added examples. - Fixes for constructor. ## v2.0.1 Removed console.log. ## v2.0.0 - CSS optimization. - Added Gulp and Rollup with Babel. ## v1.0.0 First public release.