SHARE
Videos
Theme: Bereavement: Maintaining Connection, Continuing Bonds
Sanfilippo /MPS: The dreaded question. How many children do you have?
Page: 5 of 5
Sanfilippo /MPS: The dreaded question. How many children do you have?
SHARE
49 / 53
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;
}">