When I make it so the snow goes down the whole page ie:
HTML Code:
// Configure how much snow should drop down before fading ("windowheight" or "pageheight")
var snowdistance = "pageheight";
The snow does go all the way down the page but the snow stops coming when it goes below the top of the page. So like there can be no snow at the top of the page, scroll down and there is just a section of snow in the middle of the full page going down the page.
Does anyone know how to fix this as I am having a real problem with it