SHARE
Videos
SHARE
Theme: Guilt and Regret
Feeling as a PARENT at home vs Speaking as a professional advocate for my son in the hospital
Page: 2 of 2
Feeling as a PARENT at home vs Speaking as a professional advocate for my son in the hospital
13 / 24
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;
}">