We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f9da4 commit 27b5155Copy full SHA for 27b5155
1 file changed
README.md
@@ -14,17 +14,17 @@ Usage
14
15
1. download and include [loading.css](https://raw.githubusercontent.com/loadingio/loading.css/c0b955eba7a7d17819d110ec661e199a2482bdea/preview.gif):
16
17
-
+```
18
<link rel="stylesheet" type="text/css" href="loading.css"/>
19
20
21
2. check [loading.css animation gallery](https://loading.io/animation/) for the name of animations you want to use. for example, `ld-spin`.
22
23
3. use the name as css class on the element you want to animate:
24
25
26
<div class="ld ld-spin"></div>
27
28
29
4. for more information, check out [loading.css animation documentation](https://loading.io/animation/).
30
0 commit comments