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

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

Issue 2836103004: Merge M59: Enable smooth transition for media remoting interstitial. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLVideoElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLVideoElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698