SHARE
Videos
Theme: End of Life
When our child is about to pass away, we know we are about to plunge over that cliff
Page: 7 of 7
When our child is about to pass away, we know we are about to plunge over that cliff
SHARE
73 / 75
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;
}">