Classic Style Snow Fall [Deleted]

Adam Howard

Well-known member
Adam Howard submitted a new resource:

Classic Style Snow Fall (version 1.0) - Will simulate real snow flakes

This will give your site a classic holiday snow fall without any images, uploading any files, or adding any server load to your site.

It is also customize-able to fit your needs. :)


Classic Snow Fall

In your footer at the very end and below any other scripts (or code) you may already have there.

Add the following

Code:
<SCRIPT type="text/javascript">
/*
Classic Snow Fall - Java Script
*/

// Set the number of snowflakes...

Read more about this resource...
 
I suggest putting it in template page_container_js_head

;)
I recommended the footer as so it would

1) Load last for better page load and optimization
2) Not conflict with anything outside of the forums

But you could place it there as well.
 
Tested and works on both XenForo 1.1.x and 1.2.x

Note: Recommend that you keep your snow fall at 20 or less for optimum speed and compatibility for mobile web devices
 
Yessssssss :love:
OK. Glad it works for you there. :)

This add-on was something I shared on another development. For that development it worked best in the footer. And for a while on XenForo 1.0.x and early 1.1.x this too worked well in the footer.

Guess the new changes finally did make this be required for it to be in page_container_js_head
 
Top Bottom