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

編集の要約なし
編集の要約なし
編集の要約なし
142行目: 142行目:
   80% {background: linear-gradient(90deg, blue, purple, red, orange, yellow, green)}
   80% {background: linear-gradient(90deg, blue, purple, red, orange, yellow, green)}
   100% {background: linear-gradient(90deg, purple, red, orange, yellow, green, blue)}
   100% {background: linear-gradient(90deg, purple, red, orange, yellow, green, blue)}
}
@keyframes k10 {
  0% {color:red}
  20% {color:orange}
  40% {color:yellow}
  60% {color:green}
  80% {color:blue}
  100% {color:purple}
}
}
.chameleon{
.chameleon{
animation:k1 4s infinite;
animation:k1 4s infinite;
}
.chameleon2{
animation:k9 5s linear infinite alternate;
}
}
.apearing{
.apearing{
8,829

回編集