Codeinwp / carouFredSel-jQuery

A circular, responsive carousel plugin built using the jQuery.
http://caroufredsel.dev7studios.com
Other
318 stars 476 forks source link

Carousel item jumping to left #46

Open cyberwani opened 8 years ago

cyberwani commented 8 years ago

Hi @gilbitron I created logo ticker with continuous loop. But, facing a problem. In desktop it's working fine. But, in mobile and tablet when logo is coming from right to left, it jumps to left after appearing to middle section. Carousel setting is below:

$('#carousel_1').carouFredSel({
    align: false,
    circular: true,
    infinite: true,
    responsive: true,
    items: 5,
    scroll: {
        items: 1,
        duration: 5000,
        timeoutDuration: 0,
        easing: 'linear',
        pauseOnHover: 'immediate'
    }
});

After checking I found that when carousel item is coming from right to left, and when it appear to middle of view, the most left item is get delete. When that item is deleting it's jumping to left.

cyberwani commented 8 years ago

Hi @gilbitron Any luck on this?