基本上這是一個球。 這個球從左到右。 我希望球在屏幕中間到達時暫停,3秒後它應該淡出 我該怎麼做?css3動畫暫停在屏幕中間
div.new-goal {
position:absolute;
margin-top: 30px;
background-color: transparent;
text-align:center;
-webkit-animation: movein 1.0s ease-out 0s 1, moveout 2.1s ease-in 1s 1;
-webkit-animation-fill-mode: forwards;
white-space: nowrap;
color: $green2;
}
PS:這是上海社會科學院
這樣的事情? http://jsfiddle.net/8B9Lx/2/到達屏幕中間時有一些閃爍的球,我認爲這是calc()的結果。 –
謝謝。沒關係對我來說。請回答,以便我可以接受:) –