perf(ImagePreview): adjust default swipeDuration to 300ms (#7970)
This commit is contained in:
@@ -19,7 +19,7 @@ const defaultConfig = {
|
||||
closeIcon: 'clear',
|
||||
beforeClose: null,
|
||||
startPosition: 0,
|
||||
swipeDuration: 500,
|
||||
swipeDuration: 300,
|
||||
showIndicators: false,
|
||||
closeOnPopstate: true,
|
||||
closeIconPosition: 'top-right',
|
||||
|
||||
Reference in New Issue
Block a user