面試分享:2018阿里巴巴前端面試總結(題目+答案 30題)

一、使用css實現一個持續的動畫效果 ————————————————————————————————————————————————————————css animation:mymove 5s infinite; @keyframes mymove { from {top:0px;} to {top:200px;} } 主要考: animation 用法html
相關文章
相關標籤/搜索