Replies: 4 comments
-
What exactly do you need? Index? https://swiperjs.com/api/ |
Beta Was this translation helpful? Give feedback.
-
I need a DOM slide element |
Beta Was this translation helpful? Give feedback.
-
First of all, it's a question for stack overflow, not for the GitHub issue. swiper.on('_slideClass',, (_, el, classNames) => {
if(classNames.indexOf('swiper-slide-next') >= 0){
console.log(el);
}
}); |
Beta Was this translation helpful? Give feedback.
-
@Kravetsin issue can be closed? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions