Lets create an notification at top left and set in effect slideRight.You can choose location whatever you want.
Check next example , slideRight with 'top right' it is more elegant.
$('#start').on('click',function(){
$.amaran({
'message' :'My positioning example.',
'position' :'top left',
'inEffect' :'slideRight'
});
});