scroll.tpl0.js
来自「噶额外噶外骨骼感广泛高热感 就 啊啊」· JavaScript 代码 · 共 25 行
JS
25 行
var LOOK = {
// scroller box size: [width, height]
'size': [220, 150]
},
BEHAVE = {
// autoscroll - true, on-demand - false
'auto': true,
// vertical - true, horizontal - false
'vertical': true,
// scrolling speed, pixels per 40 milliseconds;
// for auto mode use negative value to reverse scrolling direction
'speed': 1
},
// a data to build scroll window content
ITEMS = [
{
'file': 'cont.html',
'content': '',
'pause_b': 2,
'pause_a': 1
}
]
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?