From b99e32960ff624237ca99c8d6ee756026a79003a Mon Sep 17 00:00:00 2001 From: bobzel Date: Tue, 21 Jun 2022 15:20:01 -0400 Subject: took scrubbing opacity down to 0.3 for videos --- src/client/views/nodes/VideoBox.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/client/views/nodes/VideoBox.tsx b/src/client/views/nodes/VideoBox.tsx index 4c6680dcf..1b891034f 100644 --- a/src/client/views/nodes/VideoBox.tsx +++ b/src/client/views/nodes/VideoBox.tsx @@ -533,7 +533,7 @@ export class VideoBox extends ViewBoxAnnotatableComponentLoading :
this._fullScreen && e.stopPropagation()}> @@ -862,7 +862,7 @@ export class VideoBox extends ViewBoxAnnotatableComponent 0.4 ? right + 10 : left + 10; - const opacity = this._scrubbing ? 0.5 : (this._controlsVisible ? 1 : 0); + const opacity = this._scrubbing ? 0.3 : (this._controlsVisible ? 1 : 0); return this._fullScreen || (right - left) < 50 ? null :
{this.UIButtons} -- cgit v1.2.3-70-g09d2