scottschiller / Snowstorm

Enterprise-grade JavaScript snow effect for the internets, setting CPUs on fire worldwide every winter since 2003.
http://www.schillmania.com/projects/snowstorm/
Other
541 stars 144 forks source link

snow stops when clicking into an iframe #37

Closed shyal closed 5 years ago

shyal commented 5 years ago

i have snowstorm running in a page that contains an iframe. when i click into the iframe, the snow stops.

shyal commented 5 years ago
    this.freezeOnBlur = false; // Only snow when the window is in focus (foreground.) Saves CPU.

fixes it.