「テンプレート:出ずる/style.css」の版間の差分

ナビゲーションに移動 検索に移動
やったか!?
編集の要約なし
(やったか!?)
15行目: 15行目:
   100% {transform: translateY(-25px);color:blue}
   100% {transform: translateY(-25px);color:blue}
}
}
.hovrl{animation: hrl .3s linear infinite alternate;}
@keyframes hrl {
  0% {transform: translateX(25px);}
  100% {transform: translateX(-25px);}
}
.hovrl:hover{animation-play-state: paused}
8,864

回編集

案内メニュー