mafintosh / playback

Video player built using electron and node.js
https://mafintosh.github.io/playback/
MIT License
2.01k stars 237 forks source link

add volume icon and hide volume slider unless hovered #105

Closed phated closed 8 years ago

phated commented 8 years ago

This was a prerequisite for me to work on #104

The control bar will quickly run out of space with extra controls like the repeat and playback speed, so I hid the volume slider behind hover and added a nice animation when it appears. Gif attached.

playback-hover-volume-control

I also adjusted some spacing between the new volume icon and the repeat icon.