Skip to content

Commit 0bf1d6d

Browse files
committed
Adjust animations
1 parent 3ccf4b8 commit 0bf1d6d

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,15 @@
9696
}
9797

9898
.package-card:nth-child(2) {
99-
animation-delay: 0.2s;
99+
animation-delay: 0.15s;
100100
}
101101

102102
.package-card:nth-child(3) {
103-
animation-delay: 0.3s;
103+
animation-delay: 0.20s;
104+
}
105+
106+
.package-card:nth-child(4) {
107+
animation-delay: 0.25s;
104108
}
105109

106110
.package-card::before {
@@ -164,6 +168,7 @@
164168
border-top: 1px solid var(--border-color);
165169
color: var(--text-secondary);
166170
font-size: 0.9rem;
171+
animation: fadeInUp 0.8s ease-out both;
167172
}
168173

169174
.social-links {

0 commit comments

Comments
 (0)