我嘗試了一切,但我不知道爲什麼這些動畫不起作用。有誰能夠幫助我?CSS寬度動畫不起作用
.link {
float:right;
clear:both;
padding:30px;
font-size:20px;
background-color: yellow;
color: #333;
font-family: Dosis;
font-weight: 700;
text-transform:uppercase;
text-decoration:none;
-webkit-transition: width 1s ease-in-out;
-moz-transition: width 1s ease-in-out;
-o-transition: width 1s ease-in-out;
transition: width 1s ease-in-out;
text-align:right;
}
.link:hover {
width:100%;
transition: width 2s;
}
<div class="link">Something</div>
<div class="link">about</div>
<div class="link">you</div>
<div class="link">makes</div>
<div class="link">me</div>
等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等
啊,但我想要的初始值是自動,這可能嗎? – gab
你在說什麼價值 –