Set the image properties checkbox to ‘Hidden on load’ and then write code to ‘show’ the image with the ‘onMouseIn’.
export function imageDog_mouseIn(event) {
//Add your code for this event here:
$w( ‘#imageDog’ ).show()
}
Set the image properties checkbox to ‘Hidden on load’ and then write code to ‘show’ the image with the ‘onMouseIn’.
export function imageDog_mouseIn(event) {
//Add your code for this event here:
$w( ‘#imageDog’ ).show()
}
Thank you cliff! I tried this and it doesnt seem to appear when the mouse hovers. when I preview it, the image isnt there and it doesnt appear when I hover