Tighten up sunglasses reveal conditions.

This will make it quite a bit more rare, but I don't like coming
back to the page after being tabbed away and suddenly getting the
sunglasses since it triggered some time ago. You've got to earn them.
You heard me right, I leave my own homepage open in the background.
This commit is contained in:
voussoir 2022-03-26 16:36:15 -07:00
parent 694d5a8bf8
commit 36f7dd0eca
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -1128,7 +1128,7 @@ function splash_fade_in()
{
HEADLINE_SPLASH.classList.remove("shrink_out");
const new_text = next_splash_text();
if (SUNGLASSES_SPLASHES.indexOf(new_text) > -1)
if (SUNGLASSES_SPLASHES.indexOf(new_text) > -1 && document.hasFocus() && (! document.body.classList.contains("justthesplash")))
{
reveal_sunglasses();
}