akiran / akiran/react-slick

Center mode with infinite: false not working

Open
#1,796 6 comments 7 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
11.9k
Forks
2.1k
PR merge metrics
No merged PRs in 30d

Description

If I run your sandbox code with following settings I can't reach the last two slides:

```
var settings = {
initialSlide: 3,
centerMode: true,
infinite: false,
centerPadding: "60px",
slidesToShow: 3,
};
```

If I set infinite to true, everything works as expected.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.