Last active
January 1, 2023 01:13
-
-
Save andresgcarmona/2a627d3a849c10c58914b07c338306d5 to your computer and use it in GitHub Desktop.
Dialog snippets
This file contains hidden or 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) { | |
dialog { | |
animation: var(--animation-scale-down) forwards; | |
animation-timing-function: var(--ease-squish-3); | |
} | |
dialog[open] { | |
animation: var(--animation-slide-in-up) forwards; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment