Having trouble setting up a hover over animation can someone help very new to this?

This is my code so far whats wrong with it?

export function button1_mouseIn(event) {
//Add your code for this event here:
$w(‘#line1’).show(“fade”, effectOptions)
}

You havent specified effectOptions so that seem to be missing out.