slow animations of dropdown
This commit is contained in:
parent
c5fa19cfd5
commit
c40ab30296
@ -156,7 +156,7 @@ header hr {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
max-height: 0;
|
max-height: 0;
|
||||||
border: 0 solid transparent;
|
border: 0 solid transparent;
|
||||||
transition: max-height 0.1s ease, border 0.1s ease;
|
transition: max-height 0.3s ease, border 0.2s ease;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
@ -169,7 +169,7 @@ header hr {
|
|||||||
.navsite_item:not(:hover) .navpage_list {
|
.navsite_item:not(:hover) .navpage_list {
|
||||||
max-height: 0;
|
max-height: 0;
|
||||||
border: 0 solid transparent;
|
border: 0 solid transparent;
|
||||||
transition-delay: 0.1s;
|
transition-delay: 0.3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user