1.动画
(1)@keyframes
@keyframes mymove{ from{top:0px;} to{top:200px;}} @-moz-keyframes mymove{ from{top:0px;} to{top:200px;}} @-webkit-keyframes mymove{ from{top:0px;} to{top:200px;}} @-o-keyframes mymove{ from{top:0px;} to{top:200px;}}
@keyframes mymove{ from{top:0px;} to{top:200px;}} @-moz-keyframes mymove{ from{top:0px;} to{top:200px;}} @-webkit-keyframes mymove{ from{top:0px;} to{top:200px;}} @-o-keyframes mymove{ from{top:0px;} to{top:200px;}}
转载于:https://www.cnblogs.com/xmlearning/p/9927236.html