如何使用CSS创建过渡效果?
要创建过渡效果,请设置过渡效果的属性。这样也可以设置效果的持续时间。
transition: height 5s;
您可以尝试运行以下代码来创建过渡效果
示例
<!DOCTYPE html>
<html>
<head>
<style>
div {
width: 150px;
height: 150px;
background: blue;
transition: width 3s;
}
div:hover {
width: 250px;
}
</style>
</head>
<body>
<h1>Heading One</h1>
<p>Hover over the below box to change its width.</p>
<div></div>
</body>
</html>热门推荐
10 水晶婚夫妻祝福语简短
11 送给同桌的祝福语简短
12 女性生日祝福语简短优美
13 新年的祝福语简短的
14 祝福语美甲店员工简短
15 毕业祝福语简短给同学
16 送给情侣贺卡祝福语简短
17 海鲜送礼祝福语简短大全
18 感动妈妈的祝福语简短