SHARE
Videos
Theme: Receiving the Diagnosis
Delivering the diagnosis to her mother: “I wanted to control the blast because I was the epicenter.”
Page: 4 of 4
Delivering the diagnosis to her mother: “I wanted to control the blast because I was the epicenter.”
SHARE
37 / 39
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;
}">