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

transition的5种效果

<!DECTYPE html>
<html>
<head>
    <title></title>
    
    <style>
    #wrapper{
        width:1024px;
        margin:() auto;
    }
    
    progress-bar{
        height:40px;
        wedth:40px;
        background-color:#69c;
    }
    pregress-bar:hover{
        width:960px;
    }
    #bar1{
        -moz-transition:width 5s linear;
    }
    #bar2{
        -moz-transition:width 5s ease;
    }
    #bar3{
        -moz-transition:width 5s ease-in;
    }
    #bar4{
        -moz-transition:width 5s ease-out;
    }
    #bar5{
        -moz-transition:width 5s ease-in-out;
    }
    </style>
         </head>
    
<body>
    <div id="wrapper">
    <p>linear</p>
    <div class="progress-bar"  id="bar1"></div>
    <p>ease</p>
    <div class="progress-bar"  id="bar2"></div>
    <p>ease-in</p>
    <div class="progress-bar"  id="bar3"></div>
    <p>ease-out</p>
    <div class="progress-bar"  id="bar4"></div>
    <p>ease-in-out</p>
    <div class="progress-bar"  id="bar5"></div>
    </div>
    </body>
    </html>

想问下为什么我的这个怎么显示不出来那效果呢?

正在回答

1 回答

556f09930001b8e604290195.jpg

556f099300014d3603470035.jpg

好好检查一下吧,写代码这么不认真。

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

123_何以 提问者

谢谢啦,指出我的错误,不过我最大的错误是没在progress-bar{ height:40px; wedth:40px; background-color:#69c; } pregress-bar:hover{ width:960px; }的开头加.
2015-06-05 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

transition的5种效果

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信