fine tune anim speed
This commit is contained in:
@@ -27,7 +27,7 @@ class _KretenLoginWidgetState extends State<KretenLoginWidget>
|
|||||||
|
|
||||||
_animationController = AnimationController(
|
_animationController = AnimationController(
|
||||||
vsync: this, // Use the TickerProviderStateMixin
|
vsync: this, // Use the TickerProviderStateMixin
|
||||||
duration: const Duration(milliseconds: 300),
|
duration: const Duration(milliseconds: 350),
|
||||||
);
|
);
|
||||||
|
|
||||||
controller = WebViewController()
|
controller = WebViewController()
|
||||||
|
|||||||
Reference in New Issue
Block a user