jquery - Textillate re-animate text again issue -


i using textillate animate text on slider. however, when slider shown once again, text did not animate although following code work first time.

// animate captions , description var currentslideanimated = $(currentslide).find('.caption-animate').textillate({     //autostart: false,     initialdelay: 500,     in: {         effect: 'fadeinleft',         sync: true,     } }); 

it weird code works first time , text got animated, when code called again text not animated. tried using .textillate('in') or textillate('start') initialdelay value not reading.

anyone know how solve issue?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -