You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Jay.
First of all, congratulations for this slideshow, I think it's great.
I have an issue and I can't find a solution. I tried to set different effects for the transition with an array, but when I use this option, I realized my browser (I checked with FF and Chrome) start to use memory, more and more, and doesn't stop, but if I comment this option everything it's ok.
This is my code :
$('#slider').vegas({
slides: [
{ src: 'imagenes/producto/1440x720_1.jpg' },
{ src: 'imagenes/producto/1440x720_2.jpg' },
{ src: 'imagenes/producto/1440x720_6.jpg' }
],
walk: function (index, slideSettings) {
/* this code it's not important */
var ind = (ind > 3) ? 0 : index + 1;
var txt = titulos[index];
$('slidertitulo').html(txt);
},
transitionDuration: 2500,
delay: 5000,
timer: false,
shuffle: false,
/* transition: [ 'fade', 'blur', 'zoomOut', 'flash', 'swirlRight', 'swirlLeft' ], */
overlay: 'js/07.png'
});
i will appreciate it any tip or help.
The text was updated successfully, but these errors were encountered:
Hi Jay.
First of all, congratulations for this slideshow, I think it's great.
I have an issue and I can't find a solution. I tried to set different effects for the transition with an array, but when I use this option, I realized my browser (I checked with FF and Chrome) start to use memory, more and more, and doesn't stop, but if I comment this option everything it's ok.
This is my code :
i will appreciate it any tip or help.
The text was updated successfully, but these errors were encountered: