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

編集の要約なし
編集の要約なし
編集の要約なし
1行目: 1行目:
.fall {
.fall {
  animation:
animation: 7s ease-in infinite normal fall
  7s ease-in infinite normal fall,
}
  24s linear 0s infinite psychedelic;
.rotate {
animation: 10s linear infinite alternate rotate;
}
}
@keyframes fall {
@keyframes fall {
20行目: 21行目:
   to {
   to {
     transform: rotate(360deg);
     transform: rotate(360deg);
  }
}
@keyframes psychedelic {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
   }
   }
}
}
9,072

回編集