SHARE
Videos
SHARE
Theme: Receiving the Diagnosis
We all had imaginations about what it would mean to be an aunt and uncle; when we learned her diagnosis, it was a clarification of priority.
Page: 2 of 4
We all had imaginations about what it would mean to be an aunt and uncle; when we learned her diagnosis, it was a clarification of priority.
13 / 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;
}">