Reduce debounce wait time

This commit is contained in:
the1812 2019-11-17 23:12:48 +08:00
parent f7042e26f7
commit da5cea5559
8 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -156,7 +156,7 @@
"dark.min.css": "5A118831D7DEF5B2BBC437A809F61D0476E8DDBC011424B168E8B240E0600328",
"selectable-column-text.min.js": "09694A9E5BA787634FDCA96BF073BB83C599AA44D259BA442E22AACC54A7CB78",
"hide-hash-tags.min.js": "4FEAC8E0B78D7AAC2B7A6D8B2576AA15D310008BBAC5D2A5E7DCC4E33011723E",
"touch-player.min.js": "760108FDD176C934332562E8BF7707D55E792CEE1E9F09941A4D078452C77DBD",
"touch-player.min.js": "0307516FD221386DA37F9C48223BA0E242BF52EF48F46D18A033042351968E94",
"dark-schedule.min.js": "853C446547603F4F0425F19F09F73335C9EC451A790C1C07E5E5B88A09E9B453",
"outer-watchlater.min.css": "B40E94BADA1A9BC96422777B33150780330763098B539921DA05F9D3BA487424",
"settings-tooltip.min.js": "E9ABA72B3C29CA850342109E57B055B193F3356DD59876B202E8E908AE6247C9",

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -321,7 +321,7 @@ function setupTouchPlayer (player) {
const text = document.querySelector('.touch-video-info')
const box = document.querySelector('.touch-video-box')
const debounceTime = 300
const debounceTime = 50
let originalBrightness = 100
let originalVolume = Math.round(video.prop('volume') * 100)
const setVolume = _.debounce(volume => {