Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Oct 24, 2023
1 parent e2760e6 commit 86a6292
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/types/modules/grid.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface GridOptions {
/**
* Can be `'column'` or `'row'`. Defines how slides should fill rows, by column or by row
*
* @note `row` fill is currently not compatible with loop mode (`loop: true`)
* @note if used with loop mode make sure number of slides is even specified in loop mode requirements, or enable `loopAddBlankSlides` parameter
*
* @default 'column'
*/
Expand Down
4 changes: 2 additions & 2 deletions src/types/swiper-options.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ export interface SwiperOptions {
touchMoveStopPropagation?: boolean;

/**
* Enable to release Swiper events for swipe-back work in app. If set to `'prevent'` then it will prevent system swipe-back navigation instead
* Enable to release Swiper events for swipe-back work in app. If set to `'prevent'` then it will prevent system swipe-back navigation instead. This feature works only with "touch" events (and not pointer events), so it will work on iOS/Android devices and won't work on Windows devices with pointer (touch) events.
*
* @default false
*/
Expand All @@ -514,7 +514,7 @@ export interface SwiperOptions {
edgeSwipeThreshold?: number;

/**
* Enable to release touch events on slider edge position (beginning, end) to allow for further page scrolling
* Enable to release touch events on slider edge position (beginning, end) to allow for further page scrolling. This feature works only with "touch" events (and not pointer events), so it will work on iOS/Android devices and won't work on Windows devices with pointer events. Also `threshold` parameter must be set to `0`
*
* @default false
*/
Expand Down

0 comments on commit 86a6292

Please sign in to comment.