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

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -