SHARE
Videos
Theme: Goals of Care
A mom: I am finding my own way. I like to gather information from other parents for hypotheticals and mull it over. I'm not one of these people that wants to make decisions in advance.
Page: 7 of 7
A mom: I am finding my own way. I like to gather information from other parents for hypotheticals and mull it over. I'm not one of these people that wants to make decisions in advance.
SHARE
73 / 80
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;
}">