9,072
回編集
編集の要約なし |
編集の要約なし |
||
3行目: | 3行目: | ||
} | } | ||
.fall2 { | .fall2 { | ||
animation: | animation: 4s ease-in infinite normal fall | ||
} | } | ||
.rotate { | .rotate { | ||
animation: 10s ease-in-out infinite alternate rotate; | animation: 10s ease-in-out infinite alternate rotate; | ||
} | |||
.rotate2 { | |||
animation: 7s ease-in-out 3s infinite alternate-reverse rotate; | |||
} | } | ||
@keyframes fall { | @keyframes fall { |
回編集