【发布时间】:2021-01-03 19:41:45
【问题描述】:
我想从左侧到右侧为图像设置动画。
#pot{
position:absolute;
-webkit-animation:linear infinite;
-webkit-animation-name: run;
-webkit-animation-duration: 5s;
}
@-webkit-keyframes run {
0% { left: 0%;}
100%{ left : 100%;}
}
<div id = "pot">
<img src = "https://i.stack.imgur.com/qgNyF.png?s=328&g=1"width = "100px" height ="100px">
</div>
如何从左侧重新输入图像??
【问题讨论】:
-
完成后似乎已经 重新进入从左侧,所以你的问题需要更多关注