Open robertocinetto opened 4 years ago
Oh sorry i've simply add CSS transition to .slick-list div and it works.
Anyway by default the original slider works like that. You can close this if you want.
Hello
I'm having the same problem with animating adaptive height.
My settings object
const settings = {
className: "",
dots: false,
arrows: false,
infinite: true,
slidesToShow: 1,
slidesToScroll: 1,
adaptiveHeight: true,
pauseOnHover: false,
autoplay: true,
speed: 5000,
autoplaySpeed: 0,
cssEase: "linear",
};
Slider usage
<Slider {...settings}>
<div>
<img src={Image1} />
</div>
<div>
<img src={Image2} />
</div>
<div>
<img src={Image3} />
</div>
</Slider>
It is "jumping" up and down for couple of images and then in stalls as shown in the video above.
Hi guys thank you for the amazing work.
I was just noticing that if i set adaptiveHeight: true works but it doesn't have smooth animation like the original slider.
You can see even on react-slick docs https://react-slick.neostack.com/docs/example/adaptive-height/
Do you have any speedy fix?
Thank you!