动画CSS边框间距属性
要使用CSS在border-spacing属性上实现动画,您可以尝试运行以下代码
示例
<!DOCTYPE html>
<html>
<head>
<style>
table,th,td {
border: 1px solid green;
}
#newTable {
width: 500px;
height: 300px;
background: yellow;
border: 15px solid yellow;
animation: myanim 3s infinite;
background-position: bottom left;
background-size: 50px;
}
@keyframes myanim {
30% {
background-color: orange;
border-right-color: red;
border-right-width: 25px;
border-spacing: 50px
}
}
</style>
</head>
<body>
<h2>Performing Animation for border spacing</h2>
<table id = "newTable">
<tr>
<th>Subject</th>
<th>Student</th>
<th>Marks</th>
</tr>
<tr>
<td>Maths</td>
<td>Amit</td>
<td>98</td>
</tr>
<tr>
<td>Science</td>
<td>Sachin</td>
<td>99</td>
</tr>
</table>
</body>
</html>热门推荐
10 香港老妈结婚祝福语简短
11 毕业立体贺卡祝福语简短
12 简短新年年会祝福语
13 评论小品祝福语大全简短
14 恭喜师兄结婚祝福语简短
15 员工集体辞职祝福语简短
16 高中新生祝福语 简短
17 装修祝福语男生搞笑简短
18 生日开业蛋糕祝福语简短