jsor / jcarousel

Riding carousels with jQuery.
https://sorgalla.com/jcarousel/
MIT License
2k stars 737 forks source link

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

Open VincaShp opened 1 year ago

VincaShp commented 1 year ago

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/