SHARE
Videos
Theme: Clinical Trial: Decision-Making
When your child is in an experimental clinical trial ….
Page: 3 of 3
When your child is in an experimental clinical trial ….
SHARE
26 / 28
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;
}">