动画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>热门推荐
10 春节拜年祝福语儿童简短
11 双节祝福语简短英文
12 升学祝福语简短的个性
13 离别祝福语简短送同事
14 简短新婚铺被子祝福语
15 孙媳妇祝福语简短
16 老婆生日祝福语简短孩子
17 侄儿生日祝福语简短独特
18 新年给妈妈简短祝福语