Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Carousel item jumping to left #46

Open
cyberwani opened this issue May 17, 2016 · 1 comment
Open

Carousel item jumping to left #46

cyberwani opened this issue May 17, 2016 · 1 comment

Comments

@cyberwani
Copy link

cyberwani commented May 17, 2016

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
Copy link
Author

Hi @gilbitron
Any luck on this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant