Created
March 4, 2024 08:57
-
-
Save oliverlindberg/7ddc49e95f22e80c0c31723c11d2a5c7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media (prefers-reduced-motion: no-preference) { | |
/* Keine spezifische Präferenz für Bewegungen, standardmäßig Animation ausführen */ | |
.element { | |
animation: slide-in 1s ease-in-out forwards; /* Führe die Animation aus */ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment