Skip to content

Commit 75af727

Browse files
committed
#doc: 修改demo默认渲染模式
1 parent aef4d2f commit 75af727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/demo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import ScrollFrameCanvas from './ScrollFrameCanvas';
22

33
// 全局变量
44
let scrollFrameCanvas: ScrollFrameCanvas | null = null;
5-
let currentFrameRatio = 3;
5+
let currentFrameRatio = 0;
66
let scrollHint: HTMLElement | null = null;
77
let hintShown = false;
88

0 commit comments

Comments
 (0)