Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Kunstforum der TU Darmstadt
KuTUD-Frontend
Commits
6dae6169
Commit
6dae6169
authored
Dec 06, 2021
by
egallouis
Browse files
Fixes Exception by changing slide Animation in Intro-Screen
parent
ff7dd163
Pipeline
#601172
passed with stage
in 1 minute and 5 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
lib/ui/screens/introduction_screen.dart
View file @
6dae6169
...
...
@@ -157,7 +157,7 @@ class _IntroScreenState extends State<IntroScreen> {
color:
_appSetting
.
primaryColor
,
fontSize:
_appSetting
.
bodyTextFontSize
,
fontWeight:
FontWeight
.
w700
)),
curve:
Curves
.
fastLinearToSlowE
aseIn
,
curve:
Curves
.
e
aseIn
,
controlsMargin:
const
EdgeInsets
.
all
(
6
),
controlsPadding:
kIsWeb
?
const
EdgeInsets
.
all
(
12.0
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment