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
2.check the [loading.css animation gallery](https://loading.io/animation/) for the animations you want to use. For example, say you want to use the `spin` animation
23
+
2.Check the [loading.css animation gallery](https://loading.io/animation/) for the animations you want to use. For example, say you want to use the `spin` animation
24
24
25
-
3.use the name as a CSS class prefixed with `ld` on the element you want to animate:
25
+
3.Use the name as a CSS class prefixed with `ld` on the element you want to animate:
26
26
27
27
```
28
28
<div class="ld ld-spin"></div>
29
29
```
30
30
31
-
4.for more information, check out [loading.css animation documentation](https://loading.io/animation/).
31
+
4.For more information, check out [loading.css animation documentation](https://loading.io/animation/).
0 commit comments