Thursday, September 13, 2012

Add Snow Falling Effect To Your Blogger Blog

Author: Gagan Masoun
Add Snow Falling Effect To Your Blogger Blog
In this tutorial we have a beautiful snow-storm effect widget for your Blog. This hack will display falling snow in your blog even though it does not include any images in the script.So, it look like original snow effect.With just a simple code you have Snow Falling effect in your blog.

You can use this effect on special days like: Christmas, winter season, spring or your birthday, music blogs etc.The Snow Fall effect we use is so easy and wont disturb the readers.Here, I'm showing you demo first.You can check this effect before implement on your blog.

Live Demo

Similar Posts:

Add Snow Fall Effect To Your Blog

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.
Drop Your Comments, Suggestion And Questions Below.Stay Blessed :)

Author
Author - Gagan Masoun is the owner of Blogs Daddy Blog.Gagan lives in India, has been blogging since 2010 and writing Blogs Daddy Blog since 2011.You can find him in the usual social networks.

2 comments:

  1. Thank you so much for your easy snow effect. I tried other ways, that required adding codes in the right places in my template, so confusing, and I messed it up. Then I had to fix my mess up!, it was terrible. Your html gadget was super easy. Again, thank you, my blog looks pretty and snowy!:)

    ReplyDelete
    Replies
    1. Hello Melissa,

      I have visited your blog. It look so nice with snow fall. You can get more widgets to add on your blog.

      Thanks
      Gagan

      Delete