Skip to content

Commit 898b02a

Browse files
Update publications.html
1 parent 6796ac1 commit 898b02a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

publications.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,21 @@
7979
background-color: #fff;
8080
max-width: 100%;
8181
margin: 0 auto;
82+
opacity: 0;
83+
animation: fadeInMain 1.5s ease-in-out forwards;
8284
}
8385

86+
@keyframes fadeInMain {
87+
from {
88+
opacity: 0;
89+
transform: translateY(20px);
90+
}
91+
to {
92+
opacity: 1;
93+
transform: translateY(0);
94+
}
95+
}
96+
8497
section {
8598
margin-bottom: 20px; /* Adjust this value to control the gap between sections */
8699
}

0 commit comments

Comments
 (0)