Skip to content

Instantly share code, notes, and snippets.

@oliverlindberg
Created March 4, 2024 08:57
Show Gist options
  • Save oliverlindberg/7ddc49e95f22e80c0c31723c11d2a5c7 to your computer and use it in GitHub Desktop.
Save oliverlindberg/7ddc49e95f22e80c0c31723c11d2a5c7 to your computer and use it in GitHub Desktop.
@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