about summary refs log tree commit diff stats
path: root/html/broughlike/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/broughlike/index.html')
-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;