javascript youtube like slider control

前端 未结 2 857
一生所求
一生所求 2021-01-13 07:21

I\'ve a question about implementing a slider control in a browser.

I need to playback data over time, in a browser. I will have one Worker filling the playback buffe

2条回答
  •  死守一世寂寞
    2021-01-13 07:35

    Maybe try also goog.ui.Slider from Google Closure library?

    Click on the "demo" link on that page to see a demo.

    You can overlay a transparent div on top of the slider which indicates how much data was pre-fetched (maybe using a table with increasing widths and a colourful but transparent background).

提交回复
热议问题