ocscript.js
来自「几十种JS下拉菜单打包 很全面。。。 好不好 下来 看看就知道」· JavaScript 代码 · 共 72 行 · 第 1/2 页
JS
72 行
function imenus_data0(){
this.menu_showhide_delay = 150
this.show_subs_onclick = false
this.hide_focus_box = false
/*---------------------------------------------
Item Shift Animations
---------------------------------------------*/
this.main_shift_frames = 8
this.main_shift_move_x = 0
this.main_shift_move_y = -10
this.sub_shift_frames = 0
this.sub_shift_move_x = 0
this.sub_shift_move_y = 0
/*---------------------------------------------
Expand Icon Animation Settings
---------------------------------------------*/
this.expand_arrow_animation_frames1 = "10"
this.expand_arrow_animation_movexy1 = "-10,0"
this.expand_arrow_animation_frames2 = "10"
this.expand_arrow_animation_movexy2 = "0,0"
this.main_expand_arrow_animation_frames1 = "0"
this.main_expand_arrow_animation_movexy1 = "0,0"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?