Skip to content

Commit

Permalink
make animation faster
Browse files Browse the repository at this point in the history
  • Loading branch information
YilunAllenChen committed Oct 30, 2023
1 parent 0bb45ed commit 3d8b19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ html {
}

.enter-unfold {
animation: unfold 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
animation: unfold 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
animation-delay: 0.3s;
}

Expand Down

0 comments on commit 3d8b19a

Please sign in to comment.