8,864
回編集
編集の要約なし |
編集の要約なし |
||
32行目: | 32行目: | ||
.spin4 { | .spin4 { | ||
animation: spin2 .18s linear infinite normal; | animation: spin2 .18s linear infinite normal; | ||
} | |||
@keyframes fade { | |||
0% {background-color:transparent} | |||
100% {background-color:black} | |||
} | |||
.fade{ | |||
animation: fade .20s ease-in; | |||
} | } |
回編集