Skip to content

Instantly share code, notes, and snippets.

@jjnilton
Created June 20, 2020 17:43
Show Gist options
  • Select an option

  • Save jjnilton/e44e5bfed3c0ca4dfe2c5c2f6f54d76d to your computer and use it in GitHub Desktop.

Select an option

Save jjnilton/e44e5bfed3c0ca4dfe2c5c2f6f54d76d to your computer and use it in GitHub Desktop.

Revisions

  1. jjnilton created this gist Jun 20, 2020.
    9 changes: 9 additions & 0 deletions gamepad-brightness-2-5.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    @keyframes colorhue{
    from {-webkit-filter: hue-rotate(0deg); filter: hue-rotate(0deg);}
    to {-webkit-filter: hue-rotate(359deg); filter: hue-rotate(359deg);}
    }

    .edit {
    /* animation: colorhue 1s linear infinite; */
    filter: brightness(2.5)
    }