Skip to content

Commit 7d4a2e0

Browse files
committed
[FEAT]: 애니메이션 추가
1 parent 4bff5d5 commit 7d4a2e0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

client/src/App.css

+10
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,16 @@ ul {
632632
font-style: normal;
633633
color: var(--section-header-color);
634634
transition: all 0.3s;
635+
animation: 0.5s ease-in-out loadEffect1;
636+
}
637+
638+
@keyframes loadEffect1 {
639+
0% {
640+
opacity: 0;
641+
}
642+
100% {
643+
opacity: 1;
644+
}
635645
}
636646

637647
.sidebarsection-rank-items-high {

0 commit comments

Comments
 (0)