组织门户自动播放禁用
This commit is contained in:
parent
1402ae190d
commit
15ea9a9659
|
@ -46,7 +46,7 @@
|
|||
|
||||
scrollPic.speed = 10; //移动速度(单位毫秒,越小越快)
|
||||
scrollPic.space = 10; //每次移动像素(单位px,越大越快)
|
||||
scrollPic.autoPlay = true; //自动播放
|
||||
scrollPic.autoPlay = false; //自动播放
|
||||
scrollPic.autoPlayTime = 3; //自动播放间隔时间(秒)
|
||||
|
||||
scrollPic.initialize(); //初始化
|
||||
|
|
Loading…
Reference in New Issue