Add Snow Fall Effect To Your Blog
- Go to Blogger Dashboard > Layout > Add A Gadget > Choose HTML/Javascript
- Copy And Paste The Code Below Into The HTML/Javascript Gadget :
- You can further customize these snowflakes (color, number and twinkle effect) by adding these additional lines of code to it. So to add a customized widget, add this code instead of the previous one:
- Save The Gadget and check out your cool snow Effect.
<script type=”text/javascript” src=”http://blogsdaddy.googlecode.com/files/snowflakes.js” />
<script type=”text/javascript” src=”http://blogsdaddy.googlecode.com/files/snowflakes.js” /><!– now, we’ll customize the snowStorm object –><script type=”text/javascript”>snowStorm.snowColor = ‘#99ccff’; // blue-ish snow!?snowStorm.flakesMaxActive = 96; // show more snow on screen at oncesnowStorm.useTwinkleEffect = true; // let the snow flicker in and out of view</script>
Similar Posts:Author – Live Demo
