?? scroll.tpl0.js
字號:
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
}
]
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -