mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Increase drag drop wait time
This commit is contained in:
parent
9b7d5b5a90
commit
496472b8bc
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
min/slip.min.js
vendored
2
min/slip.min.js
vendored
File diff suppressed because one or more lines are too long
@ -110,7 +110,7 @@
|
|||||||
*/
|
*/
|
||||||
/* Modifications by Grant Howard (https://github.com/the1812):
|
/* Modifications by Grant Howard (https://github.com/the1812):
|
||||||
- Removed all transitions style due to discontinuous animations.
|
- Removed all transitions style due to discontinuous animations.
|
||||||
- Change slip:beforewait time from 300 to 100.
|
- Change slip:beforewait time from 300 to 150.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
window['Slip'] = (function ()
|
window['Slip'] = (function ()
|
||||||
@ -283,7 +283,7 @@ window['Slip'] = (function ()
|
|||||||
this.setState(this.states.reorder);
|
this.setState(this.states.reorder);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}.bind(this), 100);
|
}.bind(this), 150);
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user