SHARE
Audio
Robin, Carla and Talia: A Grandmother’s Story
CPN’s Blyth Lord talks with Carla, the mother of Talia who had infantile Tay-Sachs and died shortly before her second birthday, and Robin, Carla’s mother, Talia’s grandmother. Theirs is a particularly close relationship.
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;
}">