SHARE
Video
SHARE
Theme: Hope
Future vs Today: Helping families attend to what really matters so they don’t miss being present with the child.
Page: 1 of 3
Future vs Today: Helping families attend to what really matters so they don’t miss being present with the child.
7 / 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;
}">