使用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>热门推荐
8 孙媳妇祝福语简短
10 春节拜年祝福语儿童简短
11 新婚抖音祝福语简短
12 学生祝福语简短古诗句
13 猪年幽默祝福语简短
14 生日祝福语男孩 简短独特
15 年后祝福语简短走心
16 写给兄弟的祝福语简短
17 七姐妹新春祝福语简短
18 小朋友祝福语简短的话