perf(ImagePreview): adjust default swipeDuration to 300ms (#7970)
This commit is contained in:
@@ -47,7 +47,7 @@ export default createComponent({
|
||||
},
|
||||
swipeDuration: {
|
||||
type: [Number, String],
|
||||
default: 500,
|
||||
default: 300,
|
||||
},
|
||||
startPosition: {
|
||||
type: [Number, String],
|
||||
|
||||
Reference in New Issue
Block a user