如何制作无限可滚动图像css / javascript?

时间:2017-09-04 22:16:31

标签: javascript html css scroll

我喜欢制作一个永无止境的可滚动容器。容器应该包括我的头像:

我的功能应该得到一个差值(例如200或400或-100),图像应该移动200/400 / -100像素。 (第一张图像应移动200/400 / -100像素,第二张图像应添加到第一张图片的末尾。

这是因为我创造了一个小提琴:

change_position(50)

function change_position(difference) {
	// move image 50 px to the right & 
  // display next to '| start |' about 50px of the new image (same src)
}
| start | <img src='http://kirstenpetersen.de/mal/wp-content/uploads/2013/05/strich2.png' style='left: 5%' width='40%' id='img'>

| end |

0 个答案:

没有答案