diff options
| author | mehekj <mehek.jethani@gmail.com> | 2022-06-21 11:57:31 -0400 |
|---|---|---|
| committer | mehekj <mehek.jethani@gmail.com> | 2022-06-21 11:57:31 -0400 |
| commit | 7ce56059b907240ed834dfc38a88233ad620ae49 (patch) | |
| tree | 26d272d02e473823faa2260e271960b63db2af45 /src/client/views/nodes/VideoBox.scss | |
| parent | bf47265596c0b1c54a30779164238a8849f7f496 (diff) | |
fade controls when scrubbing
Diffstat (limited to 'src/client/views/nodes/VideoBox.scss')
| -rw-r--r-- | src/client/views/nodes/VideoBox.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/VideoBox.scss b/src/client/views/nodes/VideoBox.scss index 47867b128..da29c291f 100644 --- a/src/client/views/nodes/VideoBox.scss +++ b/src/client/views/nodes/VideoBox.scss @@ -97,6 +97,7 @@ z-index: 2001; height: 40px; padding: 0 10px 0 7px; + transition: opacity 0.3s; .timecode-controls { display: flex; |
