perf(ImagePreview): adjust default swipeDuration to 300ms (#7970)
This commit is contained in:
@@ -22,7 +22,7 @@ exports[`should render cover slot correctly 1`] = `
|
||||
<transition-stub>
|
||||
<div class="van-popup van-popup--center van-image-preview">
|
||||
<div class="van-swipe van-image-preview__swipe">
|
||||
<div style="transition-duration: 500ms; transform: translateX(0px);"
|
||||
<div style="transition-duration: 300ms; transform: translateX(0px);"
|
||||
class="van-swipe__track"
|
||||
>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user