SHARE
Video
SHARE
Theme: Hope
The Power of Ritual: “The Shabbirthday”
Page: 1 of 3
The Power of Ritual: “The Shabbirthday”
8 / 32
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;
}">