fix: slow down transition
This commit is contained in:
parent
52a9f42638
commit
e4dd0f656e
1 changed files with 2 additions and 2 deletions
|
|
@ -100,7 +100,7 @@
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
transition: width 0.4s;
|
transition: width 0.5s;
|
||||||
}
|
}
|
||||||
.project:hover::after {
|
.project:hover::after {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
@ -110,7 +110,7 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 0;
|
width: 0;
|
||||||
transition: all 0.4s ease;
|
transition: all 0.5s ease;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
max-width: 0;
|
max-width: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue