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