为了账号安全,请及时绑定邮箱和手机立即绑定

求教css3 animation问题

求教css3 animation问题

智慧大石 2018-08-13 11:10:25
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}       }为什么动画不运行?什么原因造成的啊
查看完整描述

1 回答

?
繁星coding

TA贡献1797条经验 获得超4个赞

@keyframes toTop{
     0%{top:0px;}
     100%{top: 87px}
}

关键帧之间不用逗号


查看完整回答
反对 回复 2018-09-16
  • 1 回答
  • 0 关注
  • 528 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信