From 0724018f16ff439ffc6218dfbd35d082117ffd52 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Tue, 16 Jul 2019 23:46:59 +0200 Subject: also add a timer to the flash so it's only 200 ms how long is this in AA??????????? --- webAO/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webAO') diff --git a/webAO/client.js b/webAO/client.js index 6d55c12..2a8bb94 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -1155,7 +1155,7 @@ class Viewport { this.sfxplayed = 1; this.sfxaudio.src = AO_HOST + "sounds/general/sfx-realization.wav"; this.sfxaudio.play(); - $("#client_gamewindow").effect("pulsate",{times:1}); + $("#client_gamewindow").effect("pulsate",{times:1},200); } // Pre-animation stuff -- cgit