crococoders / tchaikovsky

Truly there would be reason to go mad were it not for music
MIT License
4 stars 1 forks source link

feature/slider-component #38

Open abdigali1 opened 4 years ago

abdigali1 commented 4 years ago

close #23 Added Slider component using input range type. Then just added own styles and logic for currnt time and maximum time.

Maybe in the future I will have to modify this component, because If music ends, then I should call some function to list next music or if the user click this slider and change the time, the music should continue from the time he chose, but we don't have these function yet.

Can you guys look at my timeFormat function, maybe there is a way to optimize it (I'm sure there is a way).