Skip to content
Snippets Groups Projects
Commit 39f73180 authored by syuilo's avatar syuilo
Browse files

tweak MkPullToRefresh

parent 67414e01
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,8 @@ const SCROLL_STOP = 10;
const MAX_PULL_DISTANCE = Infinity;
const FIRE_THRESHOLD = 230;
const RELEASE_TRANSITION_DURATION = 200;
const PULL_BRAKE_BASE = 2;
const PULL_BRAKE_FACTOR = 200;
const PULL_BRAKE_BASE = 1.5;
const PULL_BRAKE_FACTOR = 170;
let isPullStart = $ref(false);
let isPullEnd = $ref(false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment