Closed solancer closed 8 years ago
can you show me some code demonstrating the issue? preferably a jsfiddle
now what I'm trying achieve here is to first load lateral thinkers and then after that load the second line comes in with the animation. But $('.texteffect').on('outAnimationBegin.texteffect', function() does not trigger at all.
and trying to do this within the textallate callback: function() is not firing for the second time when the same slide is loaded.
The animation events appear to be firing as expected. I was able to get your code working with a little cleanup: http://codepen.io/jschr/pen/EPLdrY
Thankyou for the help really appreciate it!
http://codepen.io/linuxsavvy/pen/xZjmom?editors=1000 just wanted to know how I can get the previous nav button to work for text animation on the slider after changing the order of the texteffect_2
I'm trying to integrate textillate into responsiveslider.js but none of the manual trigger functions like outAnimationEnd fire..