Skip to content

Commit

Permalink
fix: swiper add momentum
Browse files Browse the repository at this point in the history
  • Loading branch information
linjinze999 committed Jul 5, 2024
1 parent d60411e commit 32ce84e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export enum PagingType {
export enum MomentumType {
no = 0, // 不等待惯性滚动
complete = 1, // 等待惯性滚动结束
endAtSlow = 2, // 惯性速度变慢时自动结束
endAtSlow = 2, // 惯性速度变慢时自动结束(IOS无效,没有惯性期间滚动回调)
}

export interface SwiperProps {
Expand Down

0 comments on commit 32ce84e

Please sign in to comment.