Advertisement
cedaer

Snow Falling Effect For Blogger

Dec 29th, 2014
520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Christmas is very near, so you may need give special feeling about Christmas to your visitors. This tutorial will explains how to add jQuery Christmas snow falling effect for your blogger blog or any other website.
  2.  
  3. You can see a DEMO of this snow falling effect.
  4.  
  5. Download the DEMO:
  6. http://bit.ly/1AesCs9
  7.  
  8. To add this, first go to "Edit HTML" of your blogger blog.
  9.  
  10. Find </head> tag and add below code just before tag:
  11.  
  12. Note:
  13.  
  14. 1. If you have already added jQuery into your theme don't add these 2 lines:
  15.  
  16. <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js' type='text/javascript'></script>
  17. <script src='http://code.jquery.com/jquery-migrate-1.2.1.js' type='text/javascript'></script>
  18. 2. Also you can change values of above code as you like. But it is optional.
  19.  
  20. Save your template and refresh your blog/website.
  21.  
  22. File Under : jquery
  23.  
  24. Download the code:
  25. (snow script.txt)
  26.  
  27. http://bit.ly/1zrUipj
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement