When you close an overlay, it currently fades out.
Is there a way to close the overlay immediately? (no fadeout)
My code that opens the overlay...
Is there a way to close the overlay immediately? (no fadeout)
My code that opens the overlay...
$("#foo").overlay({
top: '15%',
mask: {
color: '#111111',
loadSpeed: 0,
opacity: 0.50
},
closeOnClick: true,
speed: 0,
load: true,
api: true
}).load();
My code that closes it...$("#foo").overlay().close();