Socket
Book a DemoInstallSign in
Socket

snowflakes

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snowflakes

Customizable snowflakes for your site. Ho! Ho! Ho!

1.0.6
latest
Source
npmnpm
Version published
Weekly downloads
15
400%
Maintainers
1
Weekly downloads
 
Created
Source

Snowflakes.js

NPM

Customizable snowflakes for your site, HO! HO! HO!

Install

npm install snowflakes

Usage

JS Script

<script src="dist/snowflakes.min.js"></script>
<script>
    snowflakes.init(/* { you can pass an options object here } */);
</script>

ES6 Import

import { init } from "snowflakes";
init(/* { you can pass an options object here } */);

or

import snowflakes from "snowflakes";
snowflakes.init(/* { you can pass an options object here } */);

CommonJS require

let snowflakes = require('snowflakes');
snowflakes.init(/* { you can pass an options object here } */);

Options

  • background: Snowflakes background. It can be any CSS background property. Default value: 'rgba(150,150,200,0.8)'
  • borderRadius: Border radius for round corners. Default value: '10px'
  • width: CSS Property. Default value: '5px'
  • height: CSS Property. Default value: '5px'
  • boxShadow: Shadow for the snowflakes. CSS Property: Default value: '1px 1px .5px rgba(0,0,0,0.8)'
  • zIndex: CSS Property. Default value: 10
  • addSnowflakeFrequency: Frequency in milliseconds for adding new snowflakes. Default value: 800
  • moveSnowflakeFrequency: Frequency in milliseconds for moving the snowflakes. Default value: 50
  • removeSnowFlakeFrequency: Frequency in milliseconds for removing the snowflakes that are out of the screen. Default value: 1000
  • horizontalSpeed: Speed for the horizontal movement in pixels: Default value: 1
  • horizontalMovement: Max offset in pixels for the horizontal movement. Default value: 10
  • verticalSpeed: Speed for the vertical. Default value: 1
  • maxSnowflakes. Max count of snowflakes in the screen. Default value: 200

Demo

You can see snowflakes in action here

Keywords

snowflakes

FAQs

Package last updated on 18 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.