AmaranJS and Animate.css series.
$('#start').on('click',function(){
$.amaran({
'message' :'My first example!',
'cssanimationIn' :'boundeInDown',
'cssanimationOut' :'zoomOutUp',
'position' :'top right'
});
});