1
0

More random changes and additions

This commit is contained in:
2025-06-04 01:54:59 -05:00
parent 8895ad2d5d
commit 60b1112d48
23 changed files with 213 additions and 8 deletions

View File

@ -26,7 +26,6 @@ var snowStorm = (function(window, document) {
// --- common properties ---
this.autoStart = true; // Whether the snow should start automatically or not.
this.excludeMobile = true; // Snow is likely to be bad news for mobile phones' CPUs (and batteries.) Enable at your own risk.
this.flakesMax = 128; // Limit total amount of snow made (falling + sticking)
this.flakesMaxActive = 64; // Limit amount of snow falling at once (less = lower CPU use)
this.animationInterval = 33; // Theoretical "miliseconds per frame" measurement. 20 = fast + smooth, but high CPU use. 50 = more conservative, but slower