coyotte508 HF staff commited on
Commit
c80d2ea
1 Parent(s): 5c6149e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +8 -0
index.html CHANGED
@@ -16,4 +16,12 @@
16
  </p>
17
  </div>
18
  </body>
 
 
 
 
 
 
 
 
19
  </html>
 
16
  </p>
17
  </div>
18
  </body>
19
+ <script>
20
+ let scrolling= false;
21
+
22
+ setInterval(() => {
23
+ scrolling = !scrolling;
24
+ window.parent?.postMessage({type: "SET_SCROLLING", enabled: scrolling})
25
+ }, 5000)
26
+ </script>
27
  </html>