Skip to content

Commit d6bc332

Browse files
committed
update
1 parent fc93237 commit d6bc332

26 files changed

+78
-71
lines changed

docs/chart.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

docs/index.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

docs/js/vlook-min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/vlook-min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/vlook.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3205,16 +3205,20 @@ function NavCenter(mask) {
32053205
if (this.snapTimer != null)
32063206
return;
32073207

3208+
this.handle.addClass("hover");
3209+
32083210
// 延时(模拟悬停一定时间)以浮动方式显示导航中心
32093211
this.snapTimer = setTimeout(function () {
3212+
that.handle.removeClass("hover");
32103213
that.show("float");
3211-
}, 500);
3214+
}, 600);
32123215
}
32133216
else {
32143217
// 未显示导航中心前离开边缘则取消显示
32153218
if (this.snapTimer != null) {
32163219
clearTimeout(this.snapTimer);
32173220
this.snapTimer = null;
3221+
this.handle.removeClass("hover");
32183222
}
32193223
}
32203224
}

docs/theme-fancy.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

docs/theme-geek.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

docs/theme-hope.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

docs/theme-joint.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

docs/theme-thinking.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)