MeoMix / SongBuzz

A Google Chrome extension which allows users to create, maintain, and interact with playlists streamed from YouTube.
23 stars 4 forks source link

Add mousewheel events on sliders #39

Closed misostc closed 12 years ago

misostc commented 12 years ago

It would be easier to control the sliders with your mousewheel instead of clicking and dragging.

MeoMix commented 12 years ago

I've implemented this for the volume slider. Controlling the song's progress bar is trickier and I'm not sure if it's entirely warranted. The functionality doesn't exist on YouTube -- but I admit it could be nice to scroll back to the start of a song.

MeoMix commented 12 years ago

Okay I stopped being lazy and added the code for the progress bar, too.