SHARE
Videos
Theme: Financial Planning
In the Room with Kacy Seitz: Financial Planning for the Fully Dependent Child
In the Room with Kacy Seitz: Financial Planning for the Fully Dependent Child
SHARE
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;
}">