/** * @ngdoc directive * @name ionSpinner * @module ionic * @restrict E * * @description * The `ionSpinner` directive provides a variety of animated spinners. * Spinners enables you to give your users feedback that the app is * processing/thinking/waiting/chillin' out, or whatever you'd like it to indicate. * By default, the {@link ionic.directive:ionRefresher} feature uses this spinner, rather * than rotating font icons (previously included in [ionicons](http://ionicons.com/)). * While font icons are great for simple or stationary graphics, they're not suited to * provide great animations, which is why Ionic uses SVG instead. * * Ionic offers ten spinners out of the box, and by default, it will use the appropriate spinner * for the platform on which it's running. Under the hood, the `ionSpinner` directive dynamically * builds the required SVG element, which allows Ionic to provide all ten of the animated SVGs * within 3KB. * * * * *
* android
* |
*
* |
*
|---|---|
* ios
* |
*
* |
*
* ios-small
* |
*
* |
*
* bubbles
* |
*
* |
*
* circles
* |
*
* |
*
* crescent
* |
*
* |
*
* dots
* |
*
* |
*
* lines
* |
*
* |
*
* ripple
* |
*
* |
*
* spiral
* |
*
* |
*