top of page

Image Swap on Hover in Wix Studio



Velo Code:


$w('#imageX1').show('fade')
    .then (() => {
        $w('#imageX2').hide('fade');
        $w('#imageX3').hide('fade');
    })

Enjoy!

bottom of page