Center mode with infinite: false not working
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 11.9k
- Forks
- 2.1k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.