mirror of
https://github.com/timepill/timepill-app.git
synced 2025-04-30 09:59:31 +08:00
修复选择日记本弹窗动画速度问题
This commit is contained in:
parent
3cf8071977
commit
fda030567e
1 changed files with 2 additions and 2 deletions
|
@ -135,7 +135,7 @@ export default class WritePage extends Component {
|
|||
{
|
||||
toValue: 0,
|
||||
duration: 350,
|
||||
easing: Easing.out(Easing.linear)
|
||||
easing: Easing.out(Easing.cubic)
|
||||
}
|
||||
),
|
||||
Animated.timing(
|
||||
|
@ -143,7 +143,7 @@ export default class WritePage extends Component {
|
|||
{
|
||||
toValue: 0,
|
||||
duration: 350,
|
||||
easing: Easing.out(Easing.linear)
|
||||
easing: Easing.out(Easing.cubic)
|
||||
}
|
||||
)
|
||||
]).start(({finished}) => {
|
||||
|
|
Loading…
Reference in a new issue