UI: init slide animation keyframe

This commit is contained in:
Johannes Kirschbauer
2025-01-06 10:16:26 +01:00
parent 912c4704eb
commit d0250140bc

View File

@@ -22,6 +22,12 @@
src: url(../.fonts/ArchivoSemiCondensed-SemiBold.woff2) format("woff2"); src: url(../.fonts/ArchivoSemiCondensed-SemiBold.woff2) format("woff2");
} }
@keyframes slide {
to {
background-position: 200% 0;
}
}
:root { :root {
--clr-bg-def-1: theme(colors.white); --clr-bg-def-1: theme(colors.white);
--clr-bg-def-2: theme(colors.secondary.50); --clr-bg-def-2: theme(colors.secondary.50);