css3在页面中有很多不懂的地方
列入:
{-webkit-animation: upmove 1s ease; o-animation: upmove 1s ease;animation:upmove 1s ease;
}
@keyframes upmove{from{top:265px;opacity:0;}to{top:245;opacity:1;}}
为什么上面有了一段代码在中括号外还要加入另外一段代码
PHP开发有没有必要深入学习css3