jschr / textillate

A jquery plugin for CSS3 text animations.
http://textillate.js.org
MIT License
3.66k stars 759 forks source link

end.tlt - не работает #121

Open shturnev opened 6 years ago

shturnev commented 6 years ago

Срабатывает только start.tlt и inAnimationBegin.tlt все остальные событие почему то не работают

$('.tlt').on('end.tlt', function () { console.log("end") // ничего не происходит... });

---- EN

It works only start.tlt and inAnimationBegin.tlt all other events for some reason do not work

$('. tlt').on('end.tlt', function () {     console.log("end") // nothing happens ... });