Skip to content

Instantly share code, notes, and snippets.

View aaron-sf's full-sized avatar
🎧

Aaron Buchanan aaron-sf

🎧
View GitHub Profile
.css-selector {
    background: linear-gradient(136deg, #7100ff, #2500ff);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 0s ease infinite;
    -moz-animation: AnimationName 0s ease infinite;
    -o-animation: AnimationName 0s ease infinite;
    animation: AnimationName 0s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 4%}