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

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

@-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下载
官方微信