Hi, any ideas why this simple code for a strip column isn’t working? The mouse in event works fine in preview, just not the mouse out:
export function step01_mouseIn ( event ) { $w ( ‘#step01’ ). hide ();
export function step01_mouseOut ( event ) { $w ( ‘#step01’ ). show ();
Thanks,
Adam
Full code:
/**
- Adds an event handler that runs when the mouse pointer is moved
onto the element.
You can also define an event handler using the Properties and Events panel.
Read more
/**
- Adds an event handler that runs when the mouse pointer is moved
off of the element.
You can also define an event handler using the Properties and Events panel.
Read more