8,864
回編集
編集の要約なし タグ: 手動差し戻し |
編集の要約なし |
||
143行目: | 143行目: | ||
85% {background: linear-gradient(90deg, purple, red, orange, yellow, green, blue)} | 85% {background: linear-gradient(90deg, purple, red, orange, yellow, green, blue)} | ||
100% {background: linear-gradient(90deg, red, orange, yellow, green, blue, purple)} | 100% {background: linear-gradient(90deg, red, orange, yellow, green, blue, purple)} | ||
} | |||
@keyframes k9-2 { | |||
0% {background: linear-gradient(90deg, red, tomato, tomato, coral, coral, coral)} | |||
17% {background: linear-gradient(90deg, coral, coral, coral, tomato, tomato, red)} | |||
34% {background: linear-gradient(90deg, coral, coral, tomato, tomato, red, tomato)} | |||
51% {background: linear-gradient(90deg, coral, tomato, tomato, red, tomato, tomato)} | |||
68% {background: linear-gradient(90deg, tomato, tomato, red, tomato, tomato, coral)} | |||
85% {background: linear-gradient(90deg, tomato, red, tomato, tomato, coral, coral)} | |||
100% {background: linear-gradient(90deg, red, tomato, tomato, coral, coral, coral)} | |||
} | } | ||
@keyframes k10 { | @keyframes k10 { | ||
186行目: | 195行目: | ||
font-weight:bold; | font-weight:bold; | ||
animation: k9 0.3s linear infinite normal; | animation: k9 0.3s linear infinite normal; | ||
} | |||
.patrol { | |||
color:white; | |||
font-weight:bold; | |||
animation: k9-2 0.3s linear infinite normal; | |||
} | } |
回編集