Slide out effects are similar to slide in effects.
I will use fade effect for 'in-effects' most of the examples.Dont forget to wait 3sec or you can click on notification.
$('#start').on('click',function(){
$.amaran({
'message' :'My positioning example.',
'position' :'top left',
'outEffect' :'slideRight'
});
});