Try this one…
export async function button18_click(event) {
await $w("#box29").hide();
$w("#box31").show('fade', {duration:500});
}
export async function button19_click(event) {
await $w("#box31").hide();
$w("#box29").show('fade', {duration:500});
}
I am not sure if this will work, but give it a try.