Skip to content

Commit 307435f

Browse files
committed
change transition
change animation effect
1 parent 85bc4d8 commit 307435f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ h1 {
5151
}
5252
a:hover{
5353
transition: 0.5s;
54-
transition-timing-function: cubic-bezier(0, 1.05, 0.05, 0.97);
54+
transition-timing-function: cubic-bezier(0, 0.84, 0.19, 0.11);
5555
color: $white;
5656
background-color: $darkGray;
5757
padding: 4px 10px 2px 2px;
@@ -333,7 +333,7 @@ footer {
333333
}
334334
.title:hover{
335335
transition: 0.5s;
336-
transition-timing-function: cubic-bezier(0, 1.05, 0.05, 0.97);
336+
transition-timing-function: cubic-bezier(0.01,-1.51,0,1);
337337
color: $gray;
338338
background-color: $lightGray;
339339
}

0 commit comments

Comments
 (0)