summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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 {