How to Add Snow Effect to your Blogger


By adding a JavaScript code to a special gadget on your Blogger site, you can create the moving or falling snow effect. Snowflakes fall from the top of the site's page and land on the bottom. Using this snow effect during Christmas is an easy way to decorate your blog and celebrate the winter season. Blogger makes it easy to get this effect going on your blog by adding the HTML/JavaScript gadget from the layout editor. You have at least three JavaScript choices to implement this effect on your blog.

Snowstorm Effect

1- Log in to your account
2- Click on Layout  >>  Add a Gadget  >>  Edit HTML/JavaScript
3- Copy and paste the blow script into the blank
<script src="https://raw.github.com/scottschiller/Snowstorm/master/snowstorm-min.js"></script>
4- Click on Save template

Falling Snow Effect

1- Log in to your account
2- Click on Layout  >>   Add a Gadget  >>  Edit HTML/JavaScript
3- Copy and paste the blow script into the blank
<script type="text/javascript" src="http://bloggertrickandtoolz.googlecode.com/files/www.bloggertricksandtoolz.com-snowstorm%20effectV2.js" />
<!-- 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>
4- Click on Save template

Post a Comment

أحدث أقدم