Skip to content

Instantly share code, notes, and snippets.

Created November 30, 2016 14:34
Show Gist options
  • Save anonymous/34d94a71013f5f335fa04f3535dadb87 to your computer and use it in GitHub Desktop.
Save anonymous/34d94a71013f5f335fa04f3535dadb87 to your computer and use it in GitHub Desktop.
@-webkit-keyframes snowfall {
0% {
top: -40px;
}
25% {
top: 250px;
left: 100px;
}
50% {
top: 500px;
left: -100px;
}
100% {
top: 1000px;
left: 0px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment