I used the code below to prompt text to fade out after a certain period of time in the top header. Everything looked great in the preview, but when the site was published, it displays the text as it should and then just before it fades out it flashes quick and disappears. Does anyone know where I could be going wrong with the below? I wish wix offered an option through animations for text leaving, not just entry animations.
$w.onReady(function() {
setTimeout( () => {
$w("#text29").hide("fade")
}, 3000);
For reference, here is the site link: https://www.mediagenic.com/