1
 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/

callback on guthub

Community
  • 1
  • 1
Petr21
  • 41
  • 3

1 Answers1

1

Callbacks/Events are now implemented in textillate: https://github.com/jschr/textillate

jschr
  • 1,866
  • 2
  • 16
  • 21