diff --git a/js/angular/directive/spinner.js b/js/angular/directive/spinner.js index 79ce1143f2..accd22eb21 100644 --- a/js/angular/directive/spinner.js +++ b/js/angular/directive/spinner.js @@ -18,89 +18,123 @@ * 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 * - * + * + * *
- * * * Each spinner uses SVG with SMIL animations, however, the Android spinner also uses JavaScript * so it also works on Android 4.0-4.3. Additionally, each spinner can be styled with CSS, @@ -131,8 +165,8 @@ * .spinner svg { * width: 28px; * height: 28px; - * stroke: #333; - * fill: #333; + * stroke: #444; + * fill: #444; * } * ``` *