mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Video - Prevent flashing at hidden
This commit is contained in:
parent
9490e40edd
commit
6667329517
1 changed files with 2 additions and 0 deletions
|
|
@ -95,10 +95,12 @@ video {
|
||||||
/* Control Bar */
|
/* Control Bar */
|
||||||
#controlsContainer .controlBar {
|
#controlsContainer .controlBar {
|
||||||
transition: transform 350ms ease;
|
transition: transform 350ms ease;
|
||||||
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
#controlsContainer .controlBar[hidden] {
|
#controlsContainer .controlBar[hidden] {
|
||||||
transform: translateY(100%);
|
transform: translateY(100%);
|
||||||
transition: transform 350ms ease-in-out, opacity 1s ease 100ms !important;
|
transition: transform 350ms ease-in-out, opacity 1s ease 100ms !important;
|
||||||
|
opacity: 0 !important;
|
||||||
}
|
}
|
||||||
#controlsContainer .controlBar[hidden] .progressBar,
|
#controlsContainer .controlBar[hidden] .progressBar,
|
||||||
#controlsContainer .controlBar[hidden] .bufferBar {
|
#controlsContainer .controlBar[hidden] .bufferBar {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue