further improve dampening values
This commit is contained in:
parent
7fb4e97f9e
commit
04664e5f9b
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@
|
|||
window.onerror = e => domlog(` ERROR - ${e} `);
|
||||
|
||||
const HOLDING_THRESHOLD_MS = 300;
|
||||
const SCROLL_X_DAMPENING = 0.05;
|
||||
const SCROLL_Y_DAMPENING = 0.06;
|
||||
const SCROLL_X_DAMPENING = 0.03;
|
||||
const SCROLL_Y_DAMPENING = 0.09;
|
||||
|
||||
const loggerOfType = (components, type='log') => (...args) => {
|
||||
let str = '%c';
|
||||
|
|
Loading…
Reference in a new issue