@@ -172,9 +172,9 @@ API and source code:
172172
173173The following example shows a determinate linear progress indicator.
174174
175- ![ Determinate linear progress indicator animation: purple indicator fills up
175+ <img src="assets/progressindicator/linear_determinate.gif" alt=" Determinate linear progress indicator animation: purple indicator fills up
176176grey
177- track] ( assets/progressindicator/linear_determinate.gif ) { width="600"}
177+ track" width="600"/>
178178
179179In the layout:
180180
@@ -186,9 +186,9 @@ In the layout:
186186
187187The following example shows an indeterminate linear progress indicator.
188188
189- ![ Indeterminate linear progress indicator animation: purple indicator travels
189+ <img src="assets/progressindicator/linear_indeterminate.gif" alt=" Indeterminate linear progress indicator animation: purple indicator travels
190190along grey
191- track] ( assets/progressindicator/linear_indeterminate.gif ) { width="600"}
191+ track" width="600"/>
192192
193193In the layout:
194194
@@ -204,14 +204,14 @@ In the layout:
204204For linear progress indicator, there are two indeterminate animation types:
205205
206206* ` disjoint ` - animates as repeated cycles with two disjoint segments in the
207- same color at a time. ![ Disjointed indeterminate linear progress indicator animation: red indicator
207+ same color at a time. <img src="assets/progressindicator/linear_multicolor_disjoint.gif" alt=" Disjointed indeterminate linear progress indicator animation: red indicator
208208travels along track 2x then switches to
209- yellow] ( assets/progressindicator/linear_multicolor_disjoint.gif ) { width="600"}
209+ yellow" width="600"/>
210210
211211* ` contiguous ` - animates as repeated cycles with three adjacent segments in
212- different colors. ![ Contiguous indeterminate linear progress indicator
212+ different colors. <img src="assets/progressindicator/linear_multicolor_contiguous.gif" alt=" Contiguous indeterminate linear progress indicator
213213 animation: red, yellow, blue indicators move sequentially and cover
214- track] ( assets/progressindicator/linear_multicolor_contiguous.gif ) { width="600"}
214+ track" width="600"/>
215215
216216** Note:** There is a minimum requirement of 3 indicator colors to use the
217217** contiguous** animation. Otherwise, an IllegalArgumentException will be thrown.
@@ -238,9 +238,9 @@ API and source code:
238238
239239The following example shows a determinate circular progress indicator.
240240
241- ![ Determinate circular progress indicator animation: purple indicator draws a
241+ <img src="assets/progressindicator/circular_determinate.gif" alt=" Determinate circular progress indicator animation: purple indicator draws a
242242circle clockwise from the
243- top] ( assets/progressindicator/circular_determinate.gif ) { width="600"}
243+ top" width="600"/>
244244
245245In the layout:
246246
@@ -252,9 +252,9 @@ In the layout:
252252
253253The following example shows an indeterminate circular progress indicator.
254254
255- ![ Indeterminate circular progress indicator animation: purple indicator follows
255+ <img src="assets/progressindicator/circular_indeterminate.gif" alt=" Indeterminate circular progress indicator animation: purple indicator follows
256256a circle clockwise from the
257- top] ( assets/progressindicator/circular_indeterminate.gif ) { width="600"}
257+ top" width="600"/>
258258
259259In the layout:
260260
0 commit comments