diff --git a/contributors/contributor.css b/contributors/contributor.css index 340524c..0d96d79 100644 --- a/contributors/contributor.css +++ b/contributors/contributor.css @@ -629,7 +629,6 @@ body.dark p { backdrop-filter: blur(5px); width: 270px; margin-bottom: 40px; - z-index: 1; border: 1px white solid; } @@ -760,6 +759,22 @@ body.dark p { } /* Contributor Name */ + +@keyframes scaleAnimation { + from { + transform: scale(0.5); + } + to { + transform: scale(1.3); + } +} + +.contributor-card { + animation: scaleAnimation linear; + animation-timeline: view(); + animation-range: entry 30% cover 70%; +} + .contributor-card h3 { margin: 15px 0; font-size: 1.6rem; diff --git a/contributors/contributor.html b/contributors/contributor.html index 9b0c10f..debf533 100644 --- a/contributors/contributor.html +++ b/contributors/contributor.html @@ -105,38 +105,6 @@