Wlada / vue-carousel-3d

Vue Carousel 3D - Beautiful, flexible and touch supported 3D Carousel for Vue.js
MIT License
968 stars 203 forks source link

Can 'perspective' be set to a negative number ? #114

Open Hzzz opened 5 years ago

Hzzz commented 5 years ago

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>

image

https://jsfiddle.net/k2hjyrng/1/

assintates commented 4 years ago

Yes, it can be set to negative number.