Skip to content

Instantly share code, notes, and snippets.

@ihorvyshniakov
Created December 30, 2018 11:35
Show Gist options
  • Save ihorvyshniakov/5e54b1a5576d56500b857dd62feb1955 to your computer and use it in GitHub Desktop.
Save ihorvyshniakov/5e54b1a5576d56500b857dd62feb1955 to your computer and use it in GitHub Desktop.
Animation_block
@keyframes {
0%{
}
50%{
}
100%{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment