8,864
回編集
(うひゃひゃ) |
編集の要約なし |
||
49行目: | 49行目: | ||
animation-duration: 10s; | animation-duration: 10s; | ||
animation-fill-mode: forwards; | animation-fill-mode: forwards; | ||
} | |||
.spinY { | |||
animation: spinY .9s linear infinite normal; | |||
} | |||
@keyframes spinY { | |||
0% {transform: rotateY(0deg);} | |||
100% {transform: rotateY(360deg);} | |||
} | } |
回編集