textillate.js - pause between slides -


i have simple textillate box 5 slides. how can set pause between slides ?

my code:

$('.textslide').textillate({     loop: true,     mindisplaytime: 4000,     initialdelay: 1500,     ineffects: ['fadeinleft'],     outeffects: ['fadeout'],     in: {         effect: 'fadeinleft',         sync: true,         delay: 500     },     out: {         effect: 'fadeoutright',         sync: true,         delay: 500     },     type: 'char',     autostart: true          }) 


Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -