Smooth animation onClick button

@info71057
What about this one …?

export function button18_click(event) {
    $w("#box29").hide('fade', {duration:500});;
    $w("#box31").show('fade', {delay: 500, duration:500});
}

export function button19_click(event) {
    $w("#box31").hide('fade', {duration:500});
    $w("#box29").show('fade', {delay: 500, duration:500});
}

In your box you have a pic, right?