React-slick: Make use of Slick methods

Created on 6 May 2015  路  7Comments  路  Source: akiran/react-slick

Slick has a list of several methods we can use to programmatically control the carousel. How do we access them through this component?

Most helpful comment

Any update on when this will be added?

Changing the slickGoTo prop does change the slide, but there's no transition between slides like you get with the dots or the prev/next buttons. Or is there another way to programmatically change the slide with a transition between? Thanks!

All 7 comments

Those methods are not yet implemented in this module.
Need to do it.

How far with these please?

@alkali47 What methods do you need support of ?

@alkali47 Many slick methods can be implemented by programmatically changing the children of Slider in your react components
Calling slick method similar to jQuery $('.slick').method() is not a got pattern in react.
Instead you can render slides inside Slider component according to your requirement

That's helpful, thanks

Just wanted to check in if these have been implemented. Thanks alkali47!

Any update on when this will be added?

Changing the slickGoTo prop does change the slide, but there's no transition between slides like you get with the dots or the prev/next buttons. Or is there another way to programmatically change the slide with a transition between? Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vugman picture vugman  路  3Comments

eternalsky picture eternalsky  路  3Comments

jfamousket picture jfamousket  路  3Comments

Exomnius picture Exomnius  路  3Comments

quarklemotion picture quarklemotion  路  4Comments