vue-slick icon indicating copy to clipboard operation
vue-slick copied to clipboard

Using "vertical: true" in combination with "fade: true" brings visual bug

Open sebastianjung opened this issue 7 years ago • 0 comments

Yeah, headline says it all.

ie: slickOptions: { vertical: true, verticalSwiping: true, slidesToShow: 1, slidesToScroll: 1, arrows: false }

works as expected but as soon as i add "fade: true" like so

slickOptions: { vertical: true, verticalSwiping: true, slidesToShow: 1, slidesToScroll: 1, arrows: false, fade: true }

... the other slides are somehow invisible.

Just wanted to share that!

Greetings,

Sebastian

sebastianjung avatar Feb 20 '18 09:02 sebastianjung