DOM結構` <div class="wrap">
<div class="content"></div>
</div>`CSS樣式及動畫.wrap{ position: relative; width: 100px; height: 400px; background: blue;
}.content{ position: absolute; width: 90px; height: 200px; background: red; top: 0px; -moz-animation:toTop 2s; -webkit-animation:toTop 2s; -o-animation:toTop 2s;
}
@keyframes toTop{
0%{top:0px;},
100%{top: 87px}
}為什么動畫不運行?什么原因造成的啊
求教css3 animation問題
智慧大石
2018-08-13 11:10:25