JSDM

HTML

 
1
<div class="box">
2
  <img src="gunBack2.jpg" >
3
</div>

CSS

xxxxxxxxxx
15
 
1
*{margin:0;padding:0;}
2
.box img{
3
  display: block;
4
  width: 100%;
5
  position: absolute;
6
  animation: scroll 8s infinite linear;
7
}
8
@keyframes scroll{
9
  0%{
10
    transform: translateY(0);
11
  }
12
  100%{
13
    transform: translateY(calc(-100% + 100vh));
14
  }
15
}
? ?
? ?
必须是有效的URL
+ 添加另一个资源

JS

x
 
1
必须是有效的URL
+ 添加另一个资源
Close

文件管理 点击文件查看URL

图片

  1. 暂无文件

CSS

  1. 暂无文件

JavaScript

  1. 暂无文件

其他

  1. 暂无文件
拖动文件到上面的区域或者:
加载中 ..................