-
-
Notifications
You must be signed in to change notification settings - Fork 349
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
onProgressChange & onSnapToItem bug when only 2 image, index item slide from 0-3 (detect as 4 images)
you can reproduce set only 2 images and console log onSnapToItem or onProgressChange absoluteProgress
onSnapToItem={(index) => console.log(index)}
onProgressChange={(offsetProgress, absoluteProgress) => console.log(absoluteProgress)}
this makes my slider indicator not works as expected when index is 3.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working