You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set the reverse attribute on the v-carousel.
Click the right arrow.
Click the left arrow.
Expected Behavior
When clicking the right arrow, the transition is properly reversed, slide 2 is coming from the left instead of the right.
When clicking the left arrow, the transition is properly reversed, slide 1 is coming from the right instead of the left.
Actual Behavior
When clicking the left arrow, the transition is not properly reversed, slide 1 is coming from the left.
Both transitions when clicking on previous or next are the same.
Environment
Vuetify Version: 2.2.3
Vue Version: 2.6.11
Browsers: Chrome 78.0.3904.87
OS: Windows 10
Steps to reproduce
Set the
reverse
attribute on thev-carousel
.Click the right arrow.
Click the left arrow.
Expected Behavior
When clicking the right arrow, the transition is properly reversed, slide 2 is coming from the left instead of the right.
When clicking the left arrow, the transition is properly reversed, slide 1 is coming from the right instead of the left.
Actual Behavior
When clicking the left arrow, the transition is not properly reversed, slide 1 is coming from the left.
Both transitions when clicking on previous or next are the same.
Reproduction Link
https://codepen.io/gotson/pen/BayxBZr?editable=true&editors=101
The text was updated successfully, but these errors were encountered: