vue3-carousel
vue3-carousel copied to clipboard
Not animate slides if v-model is not first slide
Is your feature request related to a problem? Please describe. Hi! I'm using your library and I have a minor issue with it. When I'm clicking on the image preview and open slider, instead of showing the image I clicked the slider scrolls to this image and the scroll is very noticeable.
Describe the solution you'd like You can add a prop like noAnimateScrollTo that will show image without scroll animation
Describe alternatives you've considered I've tried to remove scroll animation via css but it wasn't successful.
same question
same(
As a workaround, you can set the transition
value to zero
@ismail9k This is only a workaround if the animation bothers you. Lazy-loaded images will still get "visible" for the browser and are being loaded. This is IMO the real issue.