h4wldev / jquery-Snowfall

Full page Snow falling plugin with jQuery (Not maintenance)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery Snowfall plugin

Full page Snow falling plugin with jQuery

Source based kopipejst/jqSnow

Version 1.0

Initial Version


options

size {min, max},  (default: {10, 20})
interval,         (default: 500)
color,            (default: '#fff')
content,          (default: '❄')
disappear         Disappear animation (default: 'linear')

How to use :

$.snowfall.start();

or

$.snowfall.start({
  color: '#000',
  content: '<i class="fa fa-snowflake-o"></i>'
});
  • Stop Falling -
$.snowfall.stop();

About

Full page Snow falling plugin with jQuery (Not maintenance)

License:MIT License


Languages

Language:JavaScript 66.2%Language:HTML 33.8%