fix #10591 error when scrolling account view

Signed-off-by: yenda <eric@status.im>
This commit is contained in:
yenda 2020-05-18 09:04:43 +02:00
parent ddbf7bc066
commit e1074c7c01
No known key found for this signature in database
GPG Key ID: 0095623C0069DCE6
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
anim-y
{:toValue 0
:duration 200
:easing (.-ease ^js (animation/easing))
:easing (.-ease ^js animation/easing)
:useNativeDriver true}))
(defn bottom-send-recv-buttons-lower [anim-y y]
@ -40,5 +40,5 @@
anim-y
{:toValue y
:duration 200
:easing (.-ease ^js (animation/easing))
:easing (.-ease ^js animation/easing)
:useNativeDriver true}))