动画CSS边距底部属性
要使用CSS在margin-bottom属性上实现动画,您可以尝试运行以下代码
示例
<!DOCTYPE html>
<html>
<head>
<style>
p {
animation: mymove 3s infinite;
margin-bottom: 20px;
}
@keyframes mymove {
70% {
margin-bottom: 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>
<p>This is demo text 2!</p>
</body>
</html>热门推荐
5 祝福语情人节简短
10 夏季小孩生日祝福语简短
11 宝宝生日奶奶祝福语简短
12 送行长的祝福语简短
13 对好友的祝福语简短
14 中考祝福语 简短50字
15 22届高考祝福语简短
16 恭喜生孩子祝福语简短
17 周末祝福语简短有内涵
18 长辈生日欢快祝福语简短