vue3-carousel icon indicating copy to clipboard operation
vue3-carousel copied to clipboard

Not animate slides if v-model is not first slide

Open alisaliso opened this issue 2 years ago • 4 comments

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.

alisaliso avatar May 17 '22 20:05 alisaliso

same question

AlotOfBlahaj avatar May 23 '22 11:05 AlotOfBlahaj

same(

vaov1999 avatar Jun 14 '22 17:06 vaov1999

As a workaround, you can set the transition value to zero

ismail9k avatar Aug 15 '22 15:08 ismail9k

@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.

toooni avatar Sep 05 '22 16:09 toooni