So it looks like the slick library accepts a second argument of a boolean to animate or not..
Slick.prototype.goTo = Slick.prototype.slickGoTo = function(slide, dontAnimate) {
var _ = this;
_.changeSlide({
data: {
message: 'index',
index: parseInt(slide)
}
}, dontAnimate);
};
But it doesn't seem to be accepted in react-slick...
slickGoTo: function slickGoTo(slide) {
this.innerSlider.slickGoTo(slide);
},
Hello. How are things going with this issue? I also need to use this functionality.
This would also be huge for me, any progress?
Any updates on this?
Checking in here, is there no current way to have the slickGoTo method animate?
Any updates on this issue? I would like to animate the slickGoTo method too.
The referenced commit should take care of it.
Could you release new version with this update?
Most helpful comment
Hello. How are things going with this issue? I also need to use this functionality.