18,317
回編集
差分
編集の要約なし
transition-duration: 0.4s;
float:left;
animation:mymove 4s 5s infinite;; -webkit-animation:mymove 4s 5s infinite;; /*Safari and Chrome*/
animation-direction:alternate;
-webkit-animation-direction:alternate;