This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
czarlie
/
pott-dot-app
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Decrease snapping
pull/1/head
Czarlie
8 months ago
parent
05e0736e5d
commit
bce9f9965f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
en/index.html
+ 1
- 1
en/index.html
View File
@@ -24,7 +24,7 @@
<script type="text/javascript">
const AFTER_SCROLL_TIMEOUT = 100;
const PAGE_SNAP_LENGTH = 0.
4
; // How many pages (0--5) to scroll when snapping
const PAGE_SNAP_LENGTH = 0.
25
; // How many pages (0--5) to scroll when snapping
var lastScroll = 0;
var lastScrollTime = 0;
Write
Preview
Loading…
Cancel
Save