使用CSS动画更改列宽属性
要使用CSS在列宽属性上实现动画,您可以尝试运行以下代码
示例
<!DOCTYPE html>
<html>
<head>
<style>
div {
width: 600px;
height: 300px;
background: white;
border: 10px solid red;
animation: myanim 3s infinite;
bottom: 30px;
position: absolute;
column-rule: 10px inset orange;
column-count: 4;
column-width: 200px;
}
@keyframes myanim {
20% {
bottom: 100px;
box-shadow: 30px 45px 70px orange;
column-rule-color: black;
column-width: 150px;
}
}
</style>
</head>
<body>
<h2>Performing Animation on column width property</h2>
<div>This is demo text! This is demo text! This is demo text!
This is demo text! This is demo text! This is demo text!
This is demo text! This is demo text! This is demo text!
This is demo text! This is demo text! This is demo text!
This is demo text! This is demo text! This is demo text!
This is demo text! This is demo text! This is demo text!
This is demo text! This is demo text! This is demo text!
This is demo text! This is demo text! This is demo text!
This is demo text!
</div>
</body>
</html>热门推荐
10 今年节日祝福语简短
11 广东新居入伙简短祝福语
12 生日祝福语短句简短霸气
13 朋友弟弟生日祝福语简短
14 宝宝简短的生日祝福语
15 双节祝福语简短英文
16 关于扬州的祝福语简短
17 古风婚礼祝福语唯美简短
18 幼儿节日祝福语大全简短