0.0.8 • Published 2 years ago

@xec/snowflakes v0.0.8

Weekly downloads
1
License
GPL-3.0-or-later
Repository
github
Last release
2 years ago

Falling snowflakes

Transparent svg snowflakes on your website.

Features

  • Falling
  • Spinning
  • Blowing wind
  • Random sizes
  • Parallax effect

Demo

https://xec.github.io/snowflakes

Usage

Install

Requires Node.js installed

npm i -D @xec/snowflakes

Run

import snowflakes from '@xec/snowflakes'

// generate flakes and start animation
snowflakes.start()

// stop animation
snowflakes.stop()

// toggle animation on/off
snowflakes.toggle()

// set flake count, default is 90
snowflakes.updateCount(int)

// set speed, default is 1, recommended between 0.1 and 10
snowflakes.updateSpeed(float)
0.0.8

2 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago