动画CSS离开属性
要使用CSS在left 属性上实现动画,您可以尝试运行以下代码:
示例
<!DOCTYPE html>
<html>
<head>
<style>
div {
border: 2px solid black;
width: 300px;
height: 100px;
position: absolute;
left: 0;
animation: myanim 5s infinite;
}
@keyframes myanim {
30% {
left: 200px;
}
}
</style>
</head>
<body>
<div>This is demo text</div>
</body>
</html>热门推荐
10 国庆中秋祝福语简短搞笑
11 八一幼儿祝福语大全简短
12 好听的元旦简短祝福语
13 老爸生日暴富祝福语简短
14 简短的出行工作祝福语
15 朋友花篮开业祝福语简短
16 节日祝福语幽默简短的
17 求简短的职场祝福语
18 青春告白祖国简短祝福语