You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| betweenSpace | number | 5 | distance between two dots |
83
86
84
87
88
+
<aname="TextLoader" />
89
+
85
90
##### TextLoader
86
91
87
92
| prop | type | default | description |
@@ -90,6 +95,8 @@ render(){
90
95
| textStyle | style | inherited | text's style |
91
96
92
97
98
+
<aname="BubblesLoader" />
99
+
93
100
##### BubblesLoader
94
101
95
102
| prop | type | default | description |
@@ -99,6 +106,8 @@ render(){
99
106
| dotRadius | number | 10 | each dot's size |
100
107
101
108
109
+
<aname="CirclesLoader" />
110
+
102
111
##### CirclesLoader
103
112
104
113
| prop | type | default | description |
@@ -108,6 +117,8 @@ render(){
108
117
| dotRadius | number | 8 | each dot's size |
109
118
110
119
120
+
<aname="BreathingLoader" />
121
+
111
122
##### BreathingLoader
112
123
113
124
| prop | type | default | description |
@@ -118,6 +129,8 @@ render(){
118
129
| frequency | number | 800 | scale's frequency |
119
130
120
131
132
+
<aname="RippleLoader" />
133
+
121
134
##### RippleLoader
122
135
123
136
| prop | type | default | description |
@@ -127,6 +140,8 @@ render(){
127
140
| strokeWidth | number | 3 | outline width |
128
141
129
142
143
+
<aname="LinesLoader" />
144
+
130
145
##### LinesLoader
131
146
132
147
| prop | type | default | description |
@@ -138,6 +153,8 @@ render(){
138
153
| betweenSpace | number | 2 | distance between two bars |
139
154
140
155
156
+
<aname="MusicBarLoader" />
157
+
141
158
##### MusicBarLoader
142
159
143
160
| prop | type | default | description |
@@ -148,6 +165,8 @@ render(){
148
165
| betweenSpace | number | 5 | distance between two bars |
149
166
150
167
168
+
<aname="EatBeanLoader" />
169
+
151
170
##### EatBeanLoader
152
171
153
172
| prop | type | default | description |
@@ -156,6 +175,8 @@ render(){
156
175
| size | number | 30 | indicator's size |
157
176
158
177
178
+
<aname="DoubleCircleLoader" />
179
+
159
180
##### DoubleCircleLoader
160
181
161
182
| prop | type | default | description |
@@ -164,6 +185,8 @@ render(){
164
185
| color | string | '#1e90ff' | indicator's color |
165
186
166
187
188
+
<aname="RotationCircleLoader" />
189
+
167
190
##### RotationCircleLoader
168
191
169
192
| prop | type | default | description |
@@ -173,6 +196,8 @@ render(){
173
196
| rotationSpeed | number | 800 | rotation speed |
174
197
175
198
199
+
<aname="RotationHoleLoader" />
200
+
176
201
##### RotationHoleLoader
177
202
178
203
| prop | type | default | description |
@@ -183,6 +208,8 @@ render(){
183
208
| strokeWidth | number | 8 | circle outline's width |
184
209
185
210
211
+
<aname="CirclesRotationScaleLoader" />
212
+
186
213
##### CirclesRotationScaleLoader
187
214
188
215
| prop | type | default | description |
@@ -191,6 +218,8 @@ render(){
191
218
| color | string | '#1e90ff' | indicator's color |
192
219
193
220
221
+
<aname="NineCubesLoader" />
222
+
194
223
##### NineCubesLoader
195
224
196
225
| prop | type | default | description |
@@ -199,6 +228,8 @@ render(){
199
228
| color | string | '#1e90ff' | indicator's color |
200
229
201
230
231
+
<aname="LineDotsLoader" />
232
+
202
233
##### LineDotsLoader
203
234
204
235
**warning:***this indicator will occupy a whole horizontal space automatically, which means you don't need to set any center props. Just keeping the direction of its parent View is vertical.*
0 commit comments