SHARE
Videos
SHARE
Theme: Anticipatory grief
There is not adequate grief support for aunts and uncles.
Page: 2 of 6
There is not adequate grief support for aunts and uncles.
13 / 66
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;
}">