Skip to content

Instantly share code, notes, and snippets.

View gregzanch's full-sized avatar

Greg Zanchelli gregzanch

View GitHub Profile
.css-selector {
    background: linear-gradient(188deg, #2183c1, #bed7f3, #faad44, #fa6346, #f42456, #992f7e, #29406e);
    background-size: 1400% 1400%;
    -webkit-animation: BigSurColors 6s ease infinite;
    -moz-animation: BigSurColors 6s ease infinite;
    -o-animation: BigSurColors 6s ease infinite;
    animation: BigSurColors 6s ease infinite;
}
@-webkit-keyframes BigSurColors {
    0%{background-position:60% 0%}
@tetsu-koba
tetsu-koba / 00_rust_cairo
Last active January 26, 2024 13:16
2D graphics animation tool using cairo rust binding and ffmpeg
2D graphics animation tool using cairo rust binding and ffmpeg