SHARE
Videos
Theme: Partnership and Marriage
As a parent, you do what you have to do. (stem cell transplant)
Page: 4 of 4
As a parent, you do what you have to do. (stem cell transplant)
SHARE
37 / 37
0) {
const rect = $el.getBoundingClientRect();
const clickX = $event.clientX - rect.left;
const percentage = clickX / rect.width;
const newTime = percentage * $store.globalAudio.duration;
$refs.audio.currentTime = newTime;
}">