-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathChatFMX.Frame.Loading.fmx
74 lines (74 loc) · 2.11 KB
/
ChatFMX.Frame.Loading.fmx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
object FrameLoading: TFrameLoading
Size.Width = 392.000000000000000000
Size.Height = 36.000000000000000000
Size.PlatformDefault = False
object LayoutAni: TLayout
StyleName = 'Layout1Style'
Align = Top
Size.Width = 392.000000000000000000
Size.Height = 30.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
object Circle2: TCircle
StyleName = 'center'
Align = Center
Fill.Color = xFF7E7E7E
Size.Width = 7.000000000000000000
Size.Height = 15.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
object ColorAnimationAnimC: TColorAnimation
StyleName = 'anim_2'
AutoReverse = True
Enabled = True
Delay = 0.150000005960464500
Duration = 0.300000011920929000
Loop = True
PropertyName = 'Fill.Color'
StartValue = xFF7E7E7E
StopValue = claWhite
end
end
object Circle3: TCircle
StyleName = 'right'
Align = Center
Fill.Color = xFF7E7E7E
Margins.Left = 20.000000000000000000
Size.Width = 7.000000000000000000
Size.Height = 15.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
object ColorAnimationAnimR: TColorAnimation
StyleName = 'anim_3'
AutoReverse = True
Enabled = True
Delay = 0.300000011920929000
Duration = 0.300000011920929000
Loop = True
PropertyName = 'Fill.Color'
StartValue = xFF7E7E7E
StopValue = claWhite
end
end
object Circle1: TCircle
StyleName = 'left'
Align = Center
Fill.Color = xFF7E7E7E
Margins.Right = 20.000000000000000000
Size.Width = 7.000000000000000000
Size.Height = 15.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
object ColorAnimationAnimL: TColorAnimation
StyleName = 'anim_1'
AutoReverse = True
Enabled = True
Duration = 0.300000011920929000
Loop = True
PropertyName = 'Fill.Color'
StartValue = xFF7E7E7E
StopValue = claWhite
end
end
end
end