<div class="wrapper">
<div class="img">image on background</div>
</div>
.wrapper { position: relative; }
.img { position: absolute; left: 0; top: 0; background: url(image.png); }
.img
block must be cycle animated, it should travel from left point of .wrapper
to right and then back.
There should be 2 seconds pause, before it will travel back.
How can I do this?