摘要: 首先创建一个动画 @keyframes move(这是动画的名字){ from{ } to{ } 0%{ } 50%{ } 100%{ } 动画移动到时间的0% 50% 100%时的效果; } 然后设置这个动画的宽高,及其他: width: height: background: top: left 阅读全文
posted @ 2017-02-20 09:21 菜鸟婷婷 阅读(172) 评论(0) 推荐(0)