Skip to content

Instantly share code, notes, and snippets.

View AWrightIV's full-sized avatar

Allan Wright AWrightIV

View GitHub Profile
.css-selector {
    background: linear-gradient(247deg, #e9418b, #5a4ce0, #37e9e3);
    background-size: 600% 600%;
    -webkit-animation: Ripl 3s ease infinite;
    -moz-animation: Ripl 3s ease infinite;
    -o-animation: Ripl 3s ease infinite;
    animation: Ripl 3s ease infinite;
}
@-webkit-keyframes Ripl {
    0%{background-position:0% 50%}