var $tlt = $('#q').textillate({
autoStart: false,
in: { effect: 'fadeOutUp',
callback: function () {
alert("Hi !");
}
}
});
$tlt.textillate('start')
This did not work, plugin: http://jschr.github.io/textillate/