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

4

1 回答 1

1

回调/事件现在在 textillate 中实现:https ://github.com/jschr/textillate

于 2013-11-20T20:25:51.530 回答