Browse Source

Disable snowstorm javascript autostart by default

pull/40/head
Benjamin Southall 5 years ago
parent
commit
b99a6408a4
  1. 2
      js/snowstorm.js

2
js/snowstorm.js

@ -15,7 +15,7 @@ var snowStorm = (function(window, document) {
// --- common properties ---
this.autoStart = true; // Whether the snow should start automatically or not.
this.autoStart = false; // 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)

Loading…
Cancel
Save