已开启
fix: 统一与原生页面页面推入的动画时间 #91
doslin创建于 8月4日
fix: 统一与原生页面页面推入的动画时间 #91
已开启
共 2 个文件变更+2-2
| @@ -26,7 +26,7 @@ import { AnimationConfiguration } from "./AnimationHandler"; | |||
| 26 | 26 | ||
| 27 | const slideFromLeft: AnimationConfiguration = { | 27 | const slideFromLeft: AnimationConfiguration = { |
| 28 | animationConfiguration: { | 28 | animationConfiguration: { |
| 29 | - duration: 500 | 29 | + duration: 450 |
| 30 | }, | 30 | }, |
| 31 | attachAnimationStartState: { | 31 | attachAnimationStartState: { |
| 32 | translateXValue: '100%' | 32 | translateXValue: '100%' |
| @@ -26,7 +26,7 @@ import { AnimationConfiguration } from "./AnimationHandler"; | |||
| 26 | 26 | ||
| 27 | const slideFromRight: AnimationConfiguration = { | 27 | const slideFromRight: AnimationConfiguration = { |
| 28 | animationConfiguration: { | 28 | animationConfiguration: { |
| 29 | - duration: 500 | 29 | + duration: 450 |
| 30 | }, | 30 | }, |
| 31 | attachAnimationStartState: { | 31 | attachAnimationStartState: { |
| 32 | translateXValue: '-100%' | 32 | translateXValue: '-100%' |