aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/VideoBox.scss
diff options
context:
space:
mode:
authormehekj <mehek.jethani@gmail.com>2022-06-05 12:02:24 -0400
committermehekj <mehek.jethani@gmail.com>2022-06-05 12:02:24 -0400
commit3b3695cfc5674a93c0ecee4d2af5d8ba8c8cfb70 (patch)
tree3af43e603797ce0ddd98e158132985a2aafda243 /src/client/views/nodes/VideoBox.scss
parent4401bb75aea7cf8398d1fe7e23725172d9cb4ebd (diff)
fade full screen controls
Diffstat (limited to 'src/client/views/nodes/VideoBox.scss')
-rw-r--r--src/client/views/nodes/VideoBox.scss11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/client/views/nodes/VideoBox.scss b/src/client/views/nodes/VideoBox.scss
index 1fb5cef98..b97e90bd9 100644
--- a/src/client/views/nodes/VideoBox.scss
+++ b/src/client/views/nodes/VideoBox.scss
@@ -86,15 +86,13 @@
align-items: center;
justify-content: center;
display: flex;
- // visibility: none;
- // opacity: 0;
background-color: $dark-gray;
color: white;
border-radius: 100px;
z-index: 2001;
min-width: 300px;
- transition: top 0.5s, width 0.5s, opacity 0.2s, visibility 0s;
+ transition: top 0.5s, width 0.5s, opacity 0.2s, visibility 0.2s;
height: 50px;
padding: 0 10px 0 7px;
@@ -161,16 +159,11 @@
align-items: flex-end;
.videoBox-ui {
- // opacity: 0;
left: 50%;
top: 90%;
transform: translate(-50%, -50%);
width: 80%;
- transition: none;
- }
-
- .videoBox-ui:hover {
- opacity: 1;
+ transition: top 0s, width 0s, opacity 0.3s, visibility 0.3s;
}
}