We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff501a4 commit 9d4cd4bCopy full SHA for 9d4cd4b
cv.html
@@ -126,7 +126,20 @@
126
background-color: #fff;
127
max-width: 100%;
128
margin: 0 auto;
129
+ opacity: 0;
130
+ animation: fadeInMain 1.5s ease-in-out forwards;
131
}
132
+
133
+@keyframes fadeInMain {
134
+ from {
135
136
+ transform: translateY(20px);
137
+ }
138
+ to {
139
+ opacity: 1;
140
+ transform: translateY(0);
141
142
+}
143
.research-figure img {
144
border-radius: 0;
145
0 commit comments