Created
November 30, 2016 14:34
-
-
Save anonymous/34d94a71013f5f335fa04f3535dadb87 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-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