So I have set up a simple slider on a sandbox site, and I would like the grid to be maintained throughout the animation, but it disappears after the ken burns begins.
Hi, the dotted overlay can't be hold on ken burns, because it's not related to the image that make the ken burns effect. Anyway, I'm updating the slider soon, a new version released. Hope this issue will be fixed in the new one. I'll update it within 2 weeks. Please write me in a week or so, I'll send you the update if will released.
So I have set up a simple slider on a sandbox site, and I would like the grid to be maintained throughout the animation, but it disappears after the ken burns begins.
Any thoughts?
i dont know what u mean by grid and throughout the animation ?
Sorry, I meant Dotted Overly, not grid. I couldn't attach this file : chelseahaley.com/dots.gif
The dots appear for a second, then disappear once the Ken Burns starts
Thanks.
Hi, the dotted overlay can't be hold on ken burns, because it's not related to the image that make the ken burns effect. Anyway, I'm updating the slider soon, a new version released. Hope this issue will be fixed in the new one. I'll update it within 2 weeks. Please write me in a week or so, I'll send you the update if will released.
I figured it out. In settings.css at line 317
.tp-dottedoverlay {
background-repeat: repeat;
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 2;
}
Oh, cool. I'll make a change in the next version and release an update.