Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created March 4, 2021 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeaVerou/4d08254b01a167c242f24949d4f61fc2 to your computer and use it in GitHub Desktop.
Save LeaVerou/4d08254b01a167c242f24949d4f61fc2 to your computer and use it in GitHub Desktop.
Extrapolation
/**
* Extrapolation
*/
@keyframes funky {
to {
background: gray;
}
}
body {
background: #f0f;
animation: funky 3s cubic-bezier(.2, 1.5, .5, 2) infinite alternate;
}
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment