Adding the effect is easy and can be done in a few quick steps:
- Go to Blogger Dashboard > Layout > Add A Gadget > Choose HTML/Javascript
- Copy And Paste The Code Below Into The HTML/Javascript Gadget :
<script type="text/javascript" src="http://blogsdaddy.googlecode.com/files/snowflakes.js" />
(You don't need to give the gadget a title just leave title area blank)
- 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:
<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 once
snowStorm.useTwinkleEffect = true; // let the snow flicker in and out of view
</script>
- Save The Gadget and check out your cool snow Effect.
0 comments:
Post a Comment