fix #10591 error when scrolling account view
Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
ddbf7bc066
commit
e1074c7c01
|
@ -32,7 +32,7 @@
|
||||||
anim-y
|
anim-y
|
||||||
{:toValue 0
|
{:toValue 0
|
||||||
:duration 200
|
:duration 200
|
||||||
:easing (.-ease ^js (animation/easing))
|
:easing (.-ease ^js animation/easing)
|
||||||
:useNativeDriver true}))
|
:useNativeDriver true}))
|
||||||
|
|
||||||
(defn bottom-send-recv-buttons-lower [anim-y y]
|
(defn bottom-send-recv-buttons-lower [anim-y y]
|
||||||
|
@ -40,5 +40,5 @@
|
||||||
anim-y
|
anim-y
|
||||||
{:toValue y
|
{:toValue y
|
||||||
:duration 200
|
:duration 200
|
||||||
:easing (.-ease ^js (animation/easing))
|
:easing (.-ease ^js animation/easing)
|
||||||
:useNativeDriver true}))
|
:useNativeDriver true}))
|
||||||
|
|
Loading…
Reference in New Issue