summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2024-08-10 20:09:15 -0400
committerpommicket <pommicket@gmail.com>2024-08-10 20:09:15 -0400
commit6ee903a654ec19eaa53122af5685b0d8e6b73eaa (patch)
treeb590bf3dc509b1ae284e5e8ce68890c16b028dae /style.css
parentc8450482fec7bbe40f3ebfd7c38facbde0323d5d (diff)
variousi mprovements
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index aa726b2..399a446 100644
--- a/style.css
+++ b/style.css
@@ -23,6 +23,11 @@ body {
height: calc(var(--piece-height) + 2 * var(--nib-size));
background-image: var(--image);
background-size: var(--image-width) var(--image-height);
+ transition: top 0.3s ease-in-out, left 0.3s ease-in-out;
+}
+
+.no-animation {
+ transition: none !important;
}
.debug-point {