SHARE
Video
SHARE
Theme: End of Life
Ritual during end of life.
Page: 2 of 7
Ritual during end of life.
13 / 74
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;
}">