今天给大家分享一个用原生JS实现的图片跑马灯特效,效果如下:
实现的代码如下,欢迎大家复制粘贴。
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>原生JS实现图片跑马灯特效</title>
<style type="text/css">
* {
padding: 0;
margin: 0;
}
li {
list-style: none;
}
img {
border: none;
}
body {
background: #eee;
}
.box {
width: 120px;
height: 400px;
margin: 0 aut