diff --git a/lib/ui/screens/introduction_screen.dart b/lib/ui/screens/introduction_screen.dart index b048482b3f050628e64714813f0cabfe8edd7715..e18dc2b334014d6b2cc3112bc354e8b2f21790a3 100644 --- a/lib/ui/screens/introduction_screen.dart +++ b/lib/ui/screens/introduction_screen.dart @@ -157,7 +157,7 @@ class _IntroScreenState extends State { color: _appSetting.primaryColor, fontSize: _appSetting.bodyTextFontSize, fontWeight: FontWeight.w700)), - curve: Curves.fastLinearToSlowEaseIn, + curve: Curves.easeIn, controlsMargin: const EdgeInsets.all(6), controlsPadding: kIsWeb ? const EdgeInsets.all(12.0)