私が歌川です

@utgwkk が書いている

ゲーミングアイコン

無彩色ベースだと思ったよりゲーミング感が出ない。

f:id:utgwkk:20201201150532p:plain

.gaming {
  animation: 0.5s infinite gaming;
}

@keyframes gaming {
  0% {
    filter: hue-rotate(0deg);
  }
  50% {
    filter: hue-rotate(180deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}