Is there a way that I can add a sound into an animation, I’m trying to use this for a specific feature that I can’t really say right at this moment, but it’s gonna be really awesome
Hey
If you add a HTML Component with the sound inside and then a function in that HTML Code to play the sound you can always use the method postMessage from HTML Component to send in an action to trigger the sound to play.
So inside your animations promise .then(() = {
$w(“#html1”).postMessage(“play”);
})
That might work. More information on sound in Wix Code: