Created
November 4, 2015 18:01
-
-
Save roc/b3fdff168f36cc3a4ab2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
background: linear-gradient(176deg, #3c7b6b, #00ffbe); | |
background-size: 400% 400%; | |
-webkit-animation: tealy 48s ease infinite; | |
-moz-animation: tealy 48s ease infinite; | |
-o-animation: tealy 48s ease infinite; | |
animation: tealy 48s ease infinite; | |
@-webkit-keyframes tealy { | |
0%{background-position:29% 0%} | |
50%{background-position:72% 100%} | |
100%{background-position:29% 0%} | |
} | |
@-moz-keyframes tealy { | |
0%{background-position:29% 0%} | |
50%{background-position:72% 100%} | |
100%{background-position:29% 0%} | |
} | |
@-o-keyframes tealy { | |
0%{background-position:29% 0%} | |
50%{background-position:72% 100%} | |
100%{background-position:29% 0%} | |
} | |
@keyframes tealy { | |
0%{background-position:29% 0%} | |
50%{background-position:72% 100%} | |
100%{background-position:29% 0%} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment