plotly / dash-player

Dash Component wrapping React-Player
MIT License
77 stars 12 forks source link

Add seekTo mode support #79

Open gosticks opened 6 months ago

gosticks commented 6 months ago

adds optional seekToMode parameter that allows the behaviour of seekTo to be controlled. This is usefull when controlling the currentTime with subsecond precision and operating in the range between 0..1 seconds. Some additional changes:

If you prefer me to revert the formatting changes just let me know and I will updated the PR. Thanks for your time!