Full screen video controls

Avatar image for shimakaze
Shimakaze

177

Forum Posts

1281

Wiki Points

0

Followers

Reviews: 0

User Lists: 4

Since the excruciatingly slow speed of the pop-up controls in full screen in the new player has been bugging me for a long while I decided to take some time to actually fix it. I assume I'm not the only one annoyed by this, so I decided to post the fix here.

Basically all you need is a css injector extension like Stylish, and make a new style with this code:

.av-box, .is-vid-stow-controls .av-box{
transition:bottom 0.2s;
-webkit-transition:bottom 0.2s;
}

And it's that easy. (the default transition time was 2 seconds!)
Of course you can change the time or even disable it completely.
Hope this is a help to someone!