marcus7777 / cards-sha

GNU General Public License v3.0
1 stars 0 forks source link

@ended audio or video #11

Closed marcus7777 closed 2 months ago

marcus7777 commented 2 months ago

const audioElement = document.getElementById('myAudio'); audioElement.addEventListener('ended', function() { // The audio has finished playing // Add your desired action here console.log('Audio has finished playing'); });

or

@ended="...next card"