I’m trying to add in&out slide transition to my lightbox, but when I write the code there’s an error says:
I can’t add a slide effect to the overlay background of the lightbox? only to the lightbox content itself?
here is my code:
let slideOptions = {
"duration": 1500,
"delay": 100,
"direction" : "left"
};
export function close_mouseIn(event) {
$w('#background').hide("slide", slideOptions)
please advice
Hila