From 6ee903a654ec19eaa53122af5685b0d8e6b73eaa Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 10 Aug 2024 20:09:15 -0400 Subject: variousi mprovements --- style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'style.css') 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 { -- cgit v1.2.3