vue-carousel-3d
vue-carousel-3d copied to clipboard
Can 'perspective' be set to a negative number ?
Display error when I set 'perspective' to a negative number.
<carousel-3d :perspective="-35">
<slide v-for="(slide, i) in 3" :index="i">
<img src="https://placehold.it/360x270">
</slide>
</carousel-3d>

Yes, it can be set to negative number.