About Lisa Kleinman
Lisa Kleinman is …?
Listen to the Shufti Beyond Borders – Episode 3: Designing for the World: UX, Automation & Inclusivity with Lisa Kleinman
Shufti Beyond Borders – Episode 3: Designing for the World: UX, Automation & Inclusivity with Lisa Kleinman
Your browser does not support the audio element.
jQuery(“span.entry-meta-author”).text(“BECKY PARK”);
jQuery(“.entry-meta-reading-time”).text(“33 minutes LISTEN”);
// jQuery(document).ready(function() {
jQuery(‘.audio-main-div img’).on(‘click’, function() {
var audio = document.querySelector(‘.audion-fileclass’);
var img = jQuery(this);
if (audio.paused) {
audio.play();
img.attr(‘src’, ‘https://shuftipro.com/wp-content/uploads/pause-button-iamge.svg’);
} else {
audio.pause();
img.attr(‘src’, ‘https://shuftipro.com/wp-content/uploads/play-button-img.svg’);
}
// Optional: when audio ends, reset icon to play
audio.onended = function() {
img.attr(‘src’, ‘https://shuftipro.com/wp-content/uploads/play-button-img.svg’);
};
});
// });
The post Designing for the World: UX, Automation & Inclusivity with Lisa Kleinman appeared first on .