shorten highlight animation

...because it was invisible 90% of time anyway
This commit is contained in:
tophf 2022-09-04 16:57:37 +03:00
parent c351413c3f
commit 4236eb4e29

View File

@ -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;