Skip to content

Commit 9d4cd4b

Browse files
Update cv.html
1 parent ff501a4 commit 9d4cd4b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

cv.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,20 @@
126126
background-color: #fff;
127127
max-width: 100%;
128128
margin: 0 auto;
129+
opacity: 0;
130+
animation: fadeInMain 1.5s ease-in-out forwards;
129131
}
132+
133+
@keyframes fadeInMain {
134+
from {
135+
opacity: 0;
136+
transform: translateY(20px);
137+
}
138+
to {
139+
opacity: 1;
140+
transform: translateY(0);
141+
}
142+
}
130143
.research-figure img {
131144
border-radius: 0;
132145
}

0 commit comments

Comments
 (0)