Reduce animation duration of navbar
This commit is contained in:
parent
76c6c0e60e
commit
aa789a7656
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user