aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2019-07-16 23:46:59 +0200
committerstonedDiscord <stoned@derpymail.org>2019-07-16 23:46:59 +0200
commit0724018f16ff439ffc6218dfbd35d082117ffd52 (patch)
treec8a8f2a20e93a4151dd984beb41f9f69d780176c /webAO
parent6fac978923b33fbf45bd0d1315c052392900022d (diff)
also add a timer to the flash so it's only 200 ms
how long is this in AA???????????
Diffstat (limited to 'webAO')
-rw-r--r--webAO/client.js2
1 files changed, 1 insertions, 1 deletions
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