We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef4d2f commit 75af727Copy full SHA for 75af727
1 file changed
src/demo.ts
@@ -2,7 +2,7 @@ import ScrollFrameCanvas from './ScrollFrameCanvas';
2
3
// 全局变量
4
let scrollFrameCanvas: ScrollFrameCanvas | null = null;
5
-let currentFrameRatio = 3;
+let currentFrameRatio = 0;
6
let scrollHint: HTMLElement | null = null;
7
let hintShown = false;
8
0 commit comments