How to add parallax effect on a v-carousel?
I have a "v-carousel" with a bunch of images, now i want to add a parallax effect on it (like "v-parallax"). Can anyone help me? Thank you!
<v-carousel
cycle
height="600"
hide-delimiter-background
show-arrows-on-hover
>
<v-carousel-item
v-for="(slide, i) in slides"
:key="i"
eager
>
<v-img :src="slide.src" height="100%"/>
</v-carousel-item>
</v-carousel>
from Recent Questions - Stack Overflow https://ift.tt/3novXDT
https://ift.tt/eA8V8J
Comments
Post a Comment