Skip to content

Instantly share code, notes, and snippets.

View GradientAnimator's full-sized avatar

GradientAnimator GradientAnimator

View GitHub Profile
.css-selector {
    background: linear-gradient(0deg, #00317f, #7f0600);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 48s ease infinite;
    -moz-animation: AnimationName 48s ease infinite;
    -o-animation: AnimationName 48s ease infinite;
    animation: AnimationName 48s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 17%}
.css-selector {
    background: linear-gradient(1deg, #3dc8a4, #ec5249, #5ab5df, #e8ea86, #c19ae1, #ecc292);
    background-size: 1200% 1200%;
    -webkit-animation: AnimationName 11s ease infinite;
    -moz-animation: AnimationName 11s ease infinite;
    -o-animation: AnimationName 11s ease infinite;
    animation: AnimationName 11s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 75%}
.css-selector {
    background: linear-gradient(24deg, #000000, #d236dd, #11ffff, #f287d8);
    background-size: 800% 800%;
    -webkit-animation: AnimationName 10s ease infinite;
    -moz-animation: AnimationName 10s ease infinite;
    -o-animation: AnimationName 10s ease infinite;
    animation: AnimationName 10s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 11%}
.css-selector {
    background: linear-gradient(118deg, #8b8361, #00f81b, #06e5fd);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 38s ease infinite;
    -moz-animation: AnimationName 38s ease infinite;
    -o-animation: AnimationName 38s ease infinite;
    animation: AnimationName 38s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 73%}
.css-selector {
    background: linear-gradient(134deg, #000000, #5e5e5e, #8d8d8d);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 59s ease infinite;
    -moz-animation: AnimationName 59s ease infinite;
    -o-animation: AnimationName 59s ease infinite;
    animation: AnimationName 59s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 29%}
.css-selector {
    background: linear-gradient(130deg, #6800ff, #00ccff, #cdff00, #ffd500);
    background-size: 800% 800%;
    -webkit-animation: AnimationName 56s ease infinite;
    -moz-animation: AnimationName 56s ease infinite;
    -o-animation: AnimationName 56s ease infinite;
    animation: AnimationName 56s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:56% 0%}
.css-selector {
    background: linear-gradient(210deg, #20a482, #a42025, #0052ff, #2aff00);
    background-size: 800% 800%;
    -webkit-animation: AnimationName 34s ease infinite;
    -moz-animation: AnimationName 34s ease infinite;
    -o-animation: AnimationName 34s ease infinite;
    animation: AnimationName 34s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:46% 0%}
.css-selector {
    background: linear-gradient(332deg, #0089b9, #cfa455);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 11s ease infinite;
    -moz-animation: AnimationName 11s ease infinite;
    -o-animation: AnimationName 11s ease infinite;
    animation: AnimationName 11s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:39% 0%}
.css-selector {
    background: linear-gradient(332deg, #0089b9, #cfa455);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 11s ease infinite;
    -moz-animation: AnimationName 11s ease infinite;
    -o-animation: AnimationName 11s ease infinite;
    animation: AnimationName 11s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:39% 0%}
.css-selector {
    background: linear-gradient(326deg, #0093c1, #00f0ff, #0082ff);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 12s ease infinite;
    -moz-animation: AnimationName 12s ease infinite;
    -o-animation: AnimationName 12s ease infinite;
    animation: AnimationName 12s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:15% 0%}