From 6d1223e0904e290388b2d40d8126617e3eec0a24 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 4 Mar 2016 16:24:57 -0800 Subject: [PATCH] add css transition to player controls --- renderer/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renderer/index.css b/renderer/index.css index 9adbbb75..68175032 100644 --- a/renderer/index.css +++ b/renderer/index.css @@ -259,10 +259,10 @@ body.drag::before { content: ' — '; } - /* * VIDEO CONTROLS */ + .player-controls .bottom-bar { position: fixed; width: 100%; @@ -270,6 +270,7 @@ body.drag::before { bottom: 0; opacity: 0; background-color: rgba(0, 0, 0, 0.25); + transition: all 0.1s ease-out; } .player:hover .bottom-bar {