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

搜狗浏览器,有没有成功的?

@-webkit-keyframes changecolor{

  0%{

    background: red;

  }

  20%{

    background:blue;

  }

  40%{

    background:orange;

  }

  60%{

    background:green;

  }

  80%{

    background:yellow;

  }

  100%{

    background: red;

  }

}

div {

  width: 300px;

  height: 200px;

  background: red;

  color:#fff;

  margin: 20px auto;

}

div:hover {

  animation: changecolor 5s ease-out .2s;

}


正在回答

1 回答

div:hover {

 animation: changecolor 5s ease-out .2s;

 -webkit-animation: changecolor 5s ease-out .2s;

 -moz-animation: changecolor 5s ease-out .2s;

 -ms-animation: changecolor 5s ease-out .2s;

 -o-animation: changecolor 5s ease-out .2s;

}

请设置为高速模式

或者将您的IE升级到9以上

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

搜狗浏览器,有没有成功的?

我要回答 关注问题
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号