Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

dmolsen/CSS3-Snowflakes

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.