🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Just another jQuery plugin that applies a 3D realistic snow falling effect to your website by using Html5 canvas elements and a snowflake PNG.

snow

Documentation

##nice-Snowing

this's jquery plugin . uses html canvas, very beauterful very nice;

+++++++++++++++++++++++++++++++++++ all the setting in the DOMS attribute


####this is html structure :

<canvas class="snow-canvas" speed="1" interaction="false" size="2" count="80" opacity="0.00001" start-color="rgba(253,252,251,1)" end-color="rgba(251,252,253,0.3)" wind-power="0" image="false" width="1366" height="667"></canvas> 

#####ofcourse , if you want to use image to replace , this is all tag:

<canvas class="snow-canvas" speed="3" interaction="true" size="12" count="20" wind-power="-5" image="snow.png" width="1366" height="667"></canvas> 

javascirpt like that :

$(".snow-canvas").snow(); 

in the ie6; i use >img< to replace canvas ;

3Q for you advise \。__。/


You May Also Like