collapse controller when hidden

This commit is contained in:
Ilya Grigorik
2015-11-07 14:30:42 -08:00
parent 37e2d32ace
commit 0862b14308

View File

@@ -52,6 +52,7 @@
}
.ytp-autohide .tc-videoController {
visibility: hidden;
transition: opacity .25s cubic-bezier(0.4,0,0.2,1);
opacity: 0;
}