How to add snow fall effect for your blogger ?
Its very easy to add snow fall effect to your blog,
follow these steps.
Go to Edite template mode in blogger
and find </header> by using Crtl + F
and past below script above the </head> tag
that's it...
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'/>
<script src='http://yourjavascript.com/61532113121/new-snofall.js'/>
<script>
$(document).ready( function(){
$.fn.snow({ minSize: 10, maxSize: 50, newOn: 400, flakeColor: '#ffffff' });
});
</script>
Merry Christmas !
0 comments:
Post a Comment