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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -