git
This commit is contained in:
@@ -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>(
|
||||
|
||||
Reference in New Issue
Block a user