The sliding position is incorrect in slide process when click next arror!
Offen
- Vorherrschende Sprache
- JavaScript
- Sterne
- 11.9k
- Forks
- 2.1k
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
`const slide = ({ slides }) => {
const sliderSettings = {
infinite: true,
speed: 500,
slidesToShow: 3,
slidesToScroll: 3,
nextArrow: ,
prevArrow:
};
return (
1
2
3
4
);
};`
`function ArrowButton(props) {
const { direction, style, onClick } = props;
return (
);
}`
when click the nextArrow button firstly, the div box only slides a box,but I want to be 3 div boxs.
when it is inital, the situation is as below image:

after clicking the nextArrow button firstly, the situation is as below image:

Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.