This commit is contained in:
2024-01-04 16:41:51 +08:00
parent 55085ee563
commit 47f82097e2
22 changed files with 483 additions and 645 deletions

View File

@@ -37,7 +37,7 @@ class SplashLogic extends GetxController with GetTickerProviderStateMixin {
void initAnimation() {
animationController = AnimationController(
vsync: this,
duration: const Duration(seconds: 1),
duration: const Duration(milliseconds: 500),
);
animation = Tween<Offset>(