From 65dce056393c684a12430eec162363b211fce73c Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sat, 17 Feb 2024 15:58:07 +0100 Subject: [PATCH] Scale transition --- sass/chordpro.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/chordpro.scss b/sass/chordpro.scss index 57e6d67..f42da17 100644 --- a/sass/chordpro.scss +++ b/sass/chordpro.scss @@ -11,6 +11,7 @@ body { font-family: "Noto Sans", Tahoma, Geneva, Verdana, sans-serif; text-rendering: geometricPrecision; transform-origin: 0 0; + transition: transform ease-out .25s; } table {