Reputation: 63
There a way to set a delay to Caption Transition OUT?
I read documentation, but i not noticed if exist this possibility.
I think that if exist $PlayOutMode: 3, should have a option to set delay to transitions out.
thanks in advance
Upvotes: 1
Views: 376
Reputation: 6985
The $AutoPlayInterval (in millisecond) option specifies idle period between 'play in' and 'play out'.
Also, the 'd2' attribute can specify delay of an individual caption element.
<div u="caption' t="transition1" t2="transition2" d2="500" ...>
And the 'b2' attribute can specify the absolute begin time of and individual caption element.
<div u="caption' t="transition1" t2="transition2" b2="500" ...>
http://www.jssor.com/development/slider-with-caption-jquery.html
Upvotes: 1