18,317
回編集
差分
編集の要約なし
@keyframes mymove{
0% {top:0px;opacity:1;} 10% {top:0px;opacity:0;}
50% {top:0px;opacity:0;}
60% {top:0px;opacity:1;}
@-webkit-keyframes mymove /*Safari and Chrome*/{
0% {top:0px;opacity:1;} 10% {top:0px;opacity:0;}
50% {top:0px;opacity:0;}
60% {top:0px;opacity:1;}