Skip to content

Commit

Permalink
refactor: 변수명을 가독성있게 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonju0110 committed May 15, 2024
1 parent 5f6993f commit f1aeb3f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@keyframes animate {
@keyframes reveal {
0% {
opacity: 0;
transform: translate3d(0px, 50px, 0px);
Expand All @@ -14,6 +14,6 @@
}

.visible {
animation: 0.5s ease-in-out 0s 1 normal forwards running animate;
animation: 0.5s ease-in-out 0s 1 normal forwards running reveal;
opacity: 1;
}

0 comments on commit f1aeb3f

Please sign in to comment.