动画CSS边距属性
要使用CSS在margin 属性上实现动画,您可以尝试运行以下代码
示例
<!DOCTYPE html>
<html>
<head>
<style>
p {
animation: mymove 3s infinite;
margin: 20px;
}
@keyframes mymove {
70% {
margin: 60px;
}
}
</style>
</head>
<body>
<p>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!
</p>
</body>
</html>热门推荐
8 合字的祝福语简短
10 宝子生日祝福语简短
11 公司春节祝福语和简短
12 关于开车的祝福语简短
13 六一祝福语简短感动女生
14 很暧昧的简短祝福语
15 新年简短的祝福语爱情
16 对疫情的简短祝福语
17 宝宝周岁敬酒祝福语简短
18 祝妹妹毕业祝福语简短