Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block's position jumps to the beginning of the item element #855

Open
VincaShp opened this issue Nov 2, 2022 · 0 comments
Open

Block's position jumps to the beginning of the item element #855

VincaShp opened this issue Nov 2, 2022 · 0 comments

Comments

@VincaShp
Copy link

VincaShp commented Nov 2, 2022

Vertical carousel error. When connecting the Autoscroll Plugin and the option wrap: 'circular', an error occurs about scrolling the browser window. If the carousel block is in scope but partially closed, the block's position jumps to the beginning of the item element.

$('.jcarousel').jcarousel({
        vertical: true,
        wrap: 'circular',
        animation:1000,
        transitions: true
});
$('.jcarousel').jcarouselAutoscroll({
        interval: 1000
});

Example:
https://test.magistr.agency/

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

No branches or pull requests

1 participant