Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created June 19, 2024 15:12
Show Gist options
  • Save LeaVerou/5b2cace482e94309f4ee459e2bba1ef3 to your computer and use it in GitHub Desktop.
Save LeaVerou/5b2cace482e94309f4ee459e2bba1ef3 to your computer and use it in GitHub Desktop.
Test for discrete animations
/* Test for discrete animations */
@keyframes discrete {
from { --background: lime }
to { --background: green }
}
body {
background: var(--background, red);
animation: 2s discrete infinite linear;
}
// alert('Hello world!');
{"view":"split","fontsize":"140","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment