Feature
When hovering over the progress bar, YouTube will display a preview of an image at the time hovered over. I could possibly add the timestamp title for that exact time.
Solution
The timestamps could be placed based on if that timestamp time is greater than the time that's currently displayed, while less than the very next timestamp. Determination of the timestamp should not be something which is done each time the user hovers over a new time, i.e 1:03 > 1:14.
This is to reduce the strain on performance which may be impacted if calculation is ran each time a user hovered through the progress bar.
Additional notes
This feature should be inspected more to see if it's possible and or plausible to be done.
Feature When hovering over the progress bar, YouTube will display a preview of an image at the time hovered over. I could possibly add the timestamp title for that exact time.
Solution The timestamps could be placed based on if that timestamp time is greater than the time that's currently displayed, while less than the very next timestamp. Determination of the timestamp should not be something which is done each time the user hovers over a new time, i.e 1:03 > 1:14.
This is to reduce the strain on performance which may be impacted if calculation is ran each time a user hovered through the progress bar.
Additional notes This feature should be inspected more to see if it's possible and or plausible to be done.