dmolsen / CSS3-Snowflakes

Some simple CSS for creating snowflakes as well as some JavaScript for quickly adding them to your website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS3 Snowflakes

This is a simple demo of CSS3-based snowflakes. It is based on the work of Estelle Weyl (@estellevw). These snowflakes are dynamically created on page load and several effects (e.g. opacity, size, speed) are randomly added to each snowflake. The code is available on GitHub.

Demo

A very simple demo of CSS3 snowflakes is currently available.

Browser Support

The demo should support Safari, Chrome, and Firefox.

Requirements

If you decide you want to initialize the snowflakes in your <head> tag then you'll need to use a simple library to tell you when the DOM is ready like domReady. domReady is included and used in the distribution.

To Use

If you would like to use CSS3 Snowflakes on your own site (and who wouldn't?) simply include snowflakes.js and snowflakes.css in your project. Then modify the code below with the <div> that marks the overall container for your content as well as the <div> from which your snowflakes will fall:

snowflakes.create(someNumber); 

and add it to your page to generate the snowflakes.

About

Some simple CSS for creating snowflakes as well as some JavaScript for quickly adding them to your website.

License:MIT License


Languages

Language:CSS 54.7%Language:JavaScript 45.3%