崩れの修正

This commit is contained in:
harukin-DeskMini
2023-03-03 21:37:34 +09:00
parent f6a88f09e4
commit d627617ca0
3 changed files with 18 additions and 17 deletions

View File

@@ -48,7 +48,6 @@ export default function Sign(props) {
setNexPrePosition(0);
return () => {};
}
LayoutAnimation.easeInEaseOut();
setNexPrePosition(
nexPrePosition + 1 == currentStation.length ? 0 : nexPrePosition + 1
);