diff options
| author | Michael <michael.foiani@gmail.com> | 2022-06-09 11:54:02 -0400 |
|---|---|---|
| committer | Michael <michael.foiani@gmail.com> | 2022-06-09 11:54:02 -0400 |
| commit | e9ae7c0482f1c9409d905bc6474bfd06abb01743 (patch) | |
| tree | 36284f2565acb81b27809a3ed59adb43a2697382 /src/client/views/nodes/RecordingBox/ProgressBar.scss | |
| parent | 28ec1d48ee9e8f4d8d82337c2116ac8027ed653d (diff) | |
got the progress to be smooth, but missing final animation
Diffstat (limited to 'src/client/views/nodes/RecordingBox/ProgressBar.scss')
| -rw-r--r-- | src/client/views/nodes/RecordingBox/ProgressBar.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/nodes/RecordingBox/ProgressBar.scss b/src/client/views/nodes/RecordingBox/ProgressBar.scss index c7a190566..3ed7cee3e 100644 --- a/src/client/views/nodes/RecordingBox/ProgressBar.scss +++ b/src/client/views/nodes/RecordingBox/ProgressBar.scss @@ -45,6 +45,10 @@ text-align: center; } +.no-transition { + transition-duration: 0s; +} + .segment-hide { background-color: inherit; text-align: center; |
