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