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

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:
- Realistic Raindrops Effect with Canvas and Rainyday.js
- jQuery Plugin To Create Snowfall Animations On Your Web Page - Snowfall
- Yet Another Falling Snow Animation with jQuery and Canvas - GlauserChristmas
- Creating Snow Falling Effect with jQuery snowfall Plugin
- Falling Snow Effect with jQuery and HTML5 Canvas - Let It Snow
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.