AmaranJS and Animate.css series.Combine effects
$('#start').on('click',function(){
$.amaran({
'message' :'My first example!',
'cssanimationIn' :'shake',
'cssanimationOut' :'fadeOutRight',
'outEffect' :'slideRight',
'position' :'top right'
});
});