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