<div id="rect"></div>
<style>
#rect
{
width : 100px;
height: 100px;
background-color: orangered;
transition: width 0.5s;
}
#rect:hover
{
width: 100%;
}
</style>
<div id="rect"></div>
<style>
#rect
{
width : 100px;
height: 100px;
background-color: orangered;
transition: width 0.5s;
}
#rect:hover
{
width: 100%;
}
</style>
本文标题:动画(hover)
本文链接:https://www.haomeiwen.com/subject/dbhgmttx.html
网友评论