Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
medapp_eksad
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qorri_di
medapp_eksad
Commits
ac9fb26f
Commit
ac9fb26f
authored
Aug 31, 2022
by
Budi Prasetyo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
animasi di home2 small
parent
5ec0e1aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
17 deletions
+41
-17
small_home2.dart
lib/screen_small/small_home/small_home2.dart
+41
-17
No files found.
lib/screen_small/small_home/small_home2.dart
View file @
ac9fb26f
import
'package:flutter/material.dart'
;
import
'package:google_fonts/google_fonts.dart'
;
import
'package:medapp_eksad/animation/kiri_kanan_small.dart'
;
import
'package:show_up_animation/show_up_animation.dart'
;
class
SmallHome2
extends
StatelessWidget
{
const
SmallHome2
({
Key
?
key
})
:
super
(
key:
key
);
...
...
@@ -49,27 +50,50 @@ class SmallHome2 extends StatelessWidget {
Column
(
// mainAxisAlignment: MainAxisAlignment.start,
children:
[
Animasi_Kiri_Kanan_Small
(
screenSize:
screenSize
,
widget:
list_help
(
ShowUpAnimation
(
delayStart:
const
Duration
(
seconds:
1
),
curve:
Curves
.
decelerate
,
direction:
Direction
.
horizontal
,
offset:
-
0.3
,
child:
list_help
(
screenSize:
screenSize
,
titel:
'Costs are getting more expensive'
),
),
ShowUpAnimation
(
delayStart:
const
Duration
(
seconds:
2
),
curve:
Curves
.
decelerate
,
direction:
Direction
.
horizontal
,
child:
list_help
(
screenSize:
screenSize
,
titel:
'Costs are getting more expensive'
),),
list_help
(
screenSize:
screenSize
,
titel:
"Demographic Change"
,
titel:
"Demographic Change"
,
),
),
list_help
(
screenSize:
screenSize
,
titel:
"Rare talents"
,
ShowUpAnimation
(
delayStart:
const
Duration
(
seconds:
3
),
curve:
Curves
.
decelerate
,
direction:
Direction
.
horizontal
,
offset:
-
0.3
,
child:
list_help
(
screenSize:
screenSize
,
titel:
"Rare talents"
),
),
list_help
(
screenSize:
screenSize
,
titel:
"Rapid technological change"
,
ShowUpAnimation
(
delayStart:
const
Duration
(
seconds:
4
),
curve:
Curves
.
decelerate
,
direction:
Direction
.
horizontal
,
child:
list_help
(
screenSize:
screenSize
,
titel:
"Rapid technological Change"
,
),
),
list_help
(
screenSize:
screenSize
,
titel:
"Changes in consumer behavior"
,
ShowUpAnimation
(
delayStart:
const
Duration
(
seconds:
5
),
curve:
Curves
.
decelerate
,
direction:
Direction
.
horizontal
,
offset:
-
0.3
,
child:
list_help
(
screenSize:
screenSize
,
titel:
"Changes in consumer behavior"
),
),
],
),
...
...
Write
Preview
Markdown
is supported
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