Reduce animation duration of navbar

This commit is contained in:
Tanguy Herbron 2020-08-03 16:37:03 +02:00
parent 76c6c0e60e
commit aa789a7656

View File

@ -690,8 +690,7 @@ tree,
transition-delay: 1s; transition-delay: 1s;
filter: alpha(opacity=0); filter: alpha(opacity=0);
opacity: 0; opacity: 0;
transition: visibility, ease 0.5s, margin-top, ease 0.5s, opacity, ease 0.5s, transition: visibility, ease 0.2s, margin-top, ease 0.2s, opacity, ease 0.2s !important;
rotate, ease 0.4s !important;
} }
:root:not([customizing]) :hover > #nav-bar, :root:not([customizing]) :hover > #nav-bar,