I want to make a music playback progress bar according to the music playback time, but ontimeupdate will get one card each time it updates the time. How can it increase the time smoothly? The following is an example from the rookie tutorial. The value of currentTime is shown in the irregular increasing order of 4.7, 5.0and 5.5, so how to make it increase regularly, 4.8, 4.8and 4.9?