Skip to content

Instantly share code, notes, and snippets.

@anton-johansson
Created September 15, 2016 07:26
Show Gist options
  • Save anton-johansson/a446a3380434bc3a23f300689e2c4213 to your computer and use it in GitHub Desktop.
Save anton-johansson/a446a3380434bc3a23f300689e2c4213 to your computer and use it in GitHub Desktop.
.github-corner:hover .octo-arm
{
animation:octocat-wave 560ms ease-in-out
}
@keyframes octocat-wave
{
0%,100%
{
transform:rotate(0)
}
20%,60%
{
transform:rotate(-25deg)
}
40%,80%
{
transform:rotate(10deg)
}
}
@media (max-width:500px)
{
.github-corner:hover .octo-arm
{
animation:none
}
.github-corner .octo-arm
{
animation:octocat-wave 560ms ease-in-out
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment