fix: slow down transition

This commit is contained in:
Barrett Ruth 2023-10-14 22:29:39 -04:00
parent 52a9f42638
commit e4dd0f656e

View file

@ -100,7 +100,7 @@
background-color: #000;
bottom: 0;
left: 0;
transition: width 0.4s;
transition: width 0.5s;
}
.project:hover::after {
width: 100%;
@ -110,7 +110,7 @@
white-space: nowrap;
overflow: hidden;
width: 0;
transition: all 0.4s ease;
transition: all 0.5s ease;
display: inline-block;
vertical-align: top;
max-width: 0;