CTK 1.2.0
This commit is contained in:
@@ -36,7 +36,7 @@ class _HelloSplashScreenState extends State<HelloSplashScreen> with TickerProvid
|
||||
|
||||
_controller = AnimationController(
|
||||
vsync: this,
|
||||
duration: const Duration(milliseconds: 500),
|
||||
duration: const Duration(milliseconds: 250),
|
||||
);
|
||||
|
||||
_opacity = CurvedAnimation(
|
||||
|
||||
Reference in New Issue
Block a user