Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

#progressbar

  1. M

    JavaScript Change the colour of video progress bar based on seconds. eg : Colour red from 1 to 2 seconds, blue from 2 to 5 seconds

    I am new to web development. I have created a custom video player. I want to change the colour f the vide progress bar dynamically. I am training an ML model which gives output as follows: [('music', 0.0, 14.64), ('noEnergy', 14.64, 14.98),('male', 0.0, 14.64), ('female', 14.64, 14.98)] I am...
Back
Top Bottom