使用CSS动画更改column-rule-width属性
要使用CSS在column-rule-width属性上实现动画,您可以尝试运行以下代码
示例
<!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;
}
@keyframes myanim {
20% {
bottom: 100px;
box-shadow: 30px 45px 70px orange;
column-rule-color: black;
column-rule-width: 20px;
}
}
</style>
</head>
<body>
<h2>Performing Animation on column rule 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>热门推荐
7 祝福语简短七夕
10 酒店客人祝福语简短
11 项目建设春节祝福语简短
12 恩师退休花束祝福语简短
13 最美的留言祝福语简短
14 兄弟的结婚祝福语简短
15 朋友祝福语两字简短
16 生日祝福语男孩 简短独特
17 写字生日祝福语简短独特
18 祝朋友祝福语简短好看