menuのanimation変更
This commit is contained in:
parent
337179b4c4
commit
a5523d61c3
2
menu.js
2
menu.js
@ -97,7 +97,7 @@ export default function Menu(props) {
|
|||||||
pre.push(...current);
|
pre.push(...current);
|
||||||
return pre;
|
return pre;
|
||||||
}, []);
|
}, []);
|
||||||
LayoutAnimation.spring();
|
LayoutAnimation.easeInEaseOut();
|
||||||
if (returnDataBase.length) {
|
if (returnDataBase.length) {
|
||||||
let currentStation = currentStation == undefined ? [] : currentStation;
|
let currentStation = currentStation == undefined ? [] : currentStation;
|
||||||
if (currentStation.toString() != returnDataBase.toString()) {
|
if (currentStation.toString() != returnDataBase.toString()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user