简体   繁体   English

CSS云动画问题

[英]CSS cloud animation issue

the css animation (loop) ist not correct. CSS动画(循环)不正确。 I made the example faster, so you can see it after every 5. second. 我使示例速度更快,因此每隔5秒钟便可以看到一次。 How can I fix that? 我该如何解决?

Demo: 演示:

`https://jsfiddle.net/bt3vzwns/`

Don't set left: 100% , it'll push left 100% of your div's width. 不要left: 100%设置left: 100% ,它将向左推div宽度的100%。

Since your cloud.png is 1000px wide, try left: 1000px ; 由于您的cloud.png宽为1000px,因此请向左尝试left: 1000px ; demo here . 演示在这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM