baianat / hooper

🎠 A customizable accessible carousel slider optimized for Vue
https://baianat.github.io/hooper/
MIT License
720 stars 131 forks source link

Option to dissable left-to-right animation on initial load for initial image. #157

Open songoo opened 4 years ago

songoo commented 4 years ago

Hello, tnx for cool component :P

Is your feature request related to a problem? Please describe. I have 7 galleries next to each other, and when i show them, on initial load they all have animation when first shown image slides in from left to right.

Describe the solution you'd like Is it possible to to have setting that will disable this initial first image slide in animation, and just simply show image . (with of course enabled right-to-left animation when sliding to second third and so on)

Describe alternatives you've considered I tried to set "transition" to 0 but id didnt help, and also affected sliding to second third image.

Additional context Add any other context or screenshots about the feature request here.