about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-10-25 22:57:27 -0400
committerelioat <elioat@tilde.institute>2024-10-25 22:57:27 -0400
commite0482a7dbfd2c88451b224ad609364af9e92dbf3 (patch)
tree4b9c6a80c05f4b322636ace3bef9cea0079ce720
parent84d5cfc2fc58973060e9893e1aff4175ca41eba4 (diff)
downloadtour-e0482a7dbfd2c88451b224ad609364af9e92dbf3.tar.gz
*
-rw-r--r--html/broughlike/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/broughlike/index.html b/html/broughlike/index.html
index 0a732c5..03e0015 100644
--- a/html/broughlike/index.html
+++ b/html/broughlike/index.html
@@ -36,6 +36,7 @@
         .shake {
             animation: shake 0.5s;
             animation-iteration-count: 1;
+            animation-timing-function: steps(10, end);
         }
         .header {
             display: flex;
@@ -296,7 +297,6 @@
                 drawCharacterBorder(x, y, radius, damageTaken);
             });
         }
-        
 
         function drawPlayer() {
             const x = player.x * tileSize + tileSize / 2;