fine tune anim speed
This commit is contained in:
parent
ed0f69d155
commit
d6fe2812c7
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user