Select to view content in your preferred language

Should the "spinner" icon animate?

571
2
Jump to solution
10-12-2021 08:48 AM
by Anonymous User
Not applicable

I'm wondering if the spinner, as found @ https://developers.arcgis.com/calcite-design-system/icons/ should animate, or if it's static?

It appears static on the referenced page, but perhaps I'm missing something that would animate it when using?

0 Kudos
1 Solution

Accepted Solutions
JohnGrayson
Esri Regular Contributor

Kevin, maybe consider using a 'loader' instead?
https://developers.arcgis.com/calcite-design-system/components/loader/

...but if you want to use the spinner icon instead, you can use css to 'spin' it:
https://codepen.io/john-grayson/pen/PoKqYGx

View solution in original post

0 Kudos
2 Replies
JohnGrayson
Esri Regular Contributor

Kevin, maybe consider using a 'loader' instead?
https://developers.arcgis.com/calcite-design-system/components/loader/

...but if you want to use the spinner icon instead, you can use css to 'spin' it:
https://codepen.io/john-grayson/pen/PoKqYGx

0 Kudos
by Anonymous User
Not applicable

Thanks, John - I overlooked that loader. It looks real nice and should probably do what I need.

0 Kudos