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

一个动画效果

一个动画效果

慕勒3428872 2018-10-18 18:10:08
这个动画效果怎么写
查看完整描述

1 回答

?
慕森王

TA贡献1777条经验 获得超3个赞

<style>

    #an{

        width: 100px;

        height: 100px;

        background-color: #0a628f;

        border-radius: 50%;

        animation: myfirst 5s;

        animation-iteration-count:infinite;

    }


    @keyframes myfirst

    {

        from {background: yellow;}

        50%{

            background-color: #000a28;

            -webkit-transform: translate(200px);

            -moz-transform: translate(200px);

            -ms-transform: translate(200px);

            -o-transform: translate(200px);

            transform: translate(200px);

            width: 200px;

            border-radius: 20px;

        }

        to {


            -webkit-transform: translate(300px);

            -moz-transform: translate(300px);

            -ms-transform: translate(300px);

            -o-transform: translate(300px);

            transform: translate(300px);

            width: 200px;

            height: 130px;

            border-radius: 20px;

        }

    }


</style>

<body>

  <div id="an"></div>

</body>


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

添加回答

举报

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