SHARE
Videos
Theme: Receiving the Diagnosis
Fundraising for Research: I was transported to Ben’s Future and I wasn’t ready for it
Page: 4 of 4
Fundraising for Research: I was transported to Ben’s Future and I wasn’t ready for it
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;
}">