Hi,
I have a slider with a only one full-screen image at the beginning of my homepage. (As in this demo: http://themes.semicolonweb.com/html/canvas/index-fullscreen-image.html)
I have set the animation of caption div to pulse and set the data-delay to 0.
However, data-delay does not work and it waits for a while to display the caption.
PS: Caption is a search form. I also tried with simple text but the result was the same. I also tried to set data-captiondelay to 0 but it did not work, neither.
Here is the current code of the related div.
<section id="slider" class="slider-element force-full-screen full-screen">
<div class="force-full-screen full-screen dark" style="background: url('/home.jpg') no-repeat 50% 0; background-size:cover;">
<div class="container clearfix">
<div data-animate="pulse" data-delay="0" class="slider-caption slider-caption-center">
.....
