From 4236eb4e29dfb95bf4235d5fda66d7143d8f62d6 Mon Sep 17 00:00:00 2001 From: tophf Date: Sun, 4 Sep 2022 16:57:37 +0300 Subject: [PATCH] shorten highlight animation ...because it was invisible 90% of time anyway --- manage/manage.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage/manage.css b/manage/manage.css index 6f954cb9..3009c7a1 100644 --- a/manage/manage.css +++ b/manage/manage.css @@ -766,7 +766,7 @@ button .svg-icon, /* highlight updated/added styles */ .highlight { - animation: highlight 10s cubic-bezier(0,.82,.47,.98); + animation: highlight 1s cubic-bezier(0, .4, .6, 1); } .highlight-quick { animation: highlight .5s;