Simple Falling Snow Effect with jQuery and CSS3 - let-it-snow

File Size: 9.5 KB
Views Total: 33963
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
Simple Falling Snow Effect with jQuery and CSS3 - let-it-snow

let-it-snow is a simple to use jQuery script to add CSS3 powered snowflakes falling animations on your web page for upcoming holidays.

Your might also like:

How to use it:

1. Include the required let-it-snow.css for animated snowflakes.

<link href="let-it-snow.css" rel="stylesheet">

2. Include jQuery library and the let-it-snow.min.js at the bottom of the document.

<script src="//code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="let-it-snow.min.js"></script>

3. Initialize the plugin and control the snow falling animation.

$.letItSnow('SELECTOR', {
  stickyFlakes: 'lis-flake--js',
  makeFlakes: true,
  sticky: true
});

This awesome jQuery plugin is developed by trevanhetzel. For more Advanced Usages, please check the demo page or visit the official website.