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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -