+
diff --git a/src/styles/animations.css b/src/styles/animations.css
index c929e45..6251d37 100644
--- a/src/styles/animations.css
+++ b/src/styles/animations.css
@@ -132,24 +132,11 @@
--stagger-index: 7;
}
-@keyframes page-enter {
- from {
- opacity: 0.6;
- }
- to {
- opacity: 1;
- }
-}
-
/* Utility classes for consuming keyframes */
.animate-fade-in {
animation: fade-in var(--duration-004) var(--ease-out);
}
-.page-enter {
- animation: page-enter 400ms ease-out both;
-}
-
.animate-slide-down {
animation: slide-down var(--duration-005) var(--ease-out);
}