Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(822)

Unified Diff: third_party/WebKit/Source/core/css/mediaControls.css

Issue 2825493005: Enable smooth transition when show/hide media remoting interstitial. (Closed)
Patch Set: Fix nits. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/css/mediaControls.css
diff --git a/third_party/WebKit/Source/core/css/mediaControls.css b/third_party/WebKit/Source/core/css/mediaControls.css
index 152f634df92bc4964d6fca90907bb7b12ed257e8..be0c2a31e11c1867860162f1992feadbc3d8e42b 100644
--- a/third_party/WebKit/Source/core/css/mediaControls.css
+++ b/third_party/WebKit/Source/core/css/mediaControls.css
@@ -157,7 +157,8 @@ video::-internal-media-remoting-interstitial {
align-items: center;
font-size: 16px;
background-color: black;
- transition: opacity .2s ease-in-out;
+ opacity: 0;
+ transition: opacity .3s ease-in-out;
}
video::-internal-media-remoting-background-image {

Powered by Google App Engine
This is Rietveld 408576698