remove: unused keyframes

This commit is contained in:
Timothy Z. 2025-01-11 15:31:09 +02:00
parent cb09644c33
commit 3e5c4a816f

View file

@ -52,21 +52,3 @@
.slide-left-exit {
transform: translateX(100%);
}
@keyframes fade-in-no-motion {
0% {
opacity: 0;
}
40% {
opacity: 0;
}
70% {
opacity: 0.6;
}
100% {
opacity: 1;
}
}