Skip to content

Commit

Permalink
fix(types): fix rewind description
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Dec 24, 2021
1 parent 5fde958 commit 83574e1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/types/swiper-options.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -603,12 +603,6 @@ export interface SwiperOptions {
/**
* Set to `true` to enable "rewind" mode. When enabled, clicking "next" navigation button (or calling `.slideNext()`) when on last slide will slide back to the first slide. Clicking "prev" navigation button (or calling `.slidePrev()`) when on first slide will slide forward to the last slide.
*
* Because of nature of how the loop mode works, it will add duplicated slides. Such duplicated slides will have additional classes:
* - `swiper-slide-duplicate` - represents duplicated slide
* - `swiper-slide-duplicate-active` - represents slide duplicated to the currently active slide
* - `swiper-slide-duplicate-next` - represents slide duplicated to the slide next to active
* - `swiper-slide-duplicate-prev` - represents slide duplicated to the slide previous to active
*
* @default false
*
* @note Should not be used together with `loop` mode
Expand Down

0 comments on commit 83574e1

Please sign in to comment.