Skip to content

Commit c2ed183

Browse files
committed
update readme
1 parent 6519d3c commit c2ed183

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
![loading.css preview](https://github.com/loadingio/loading.css/blob/master/preview.gif?raw=true)
44

5-
60+ Handcrafted CSS animations dedicated for your loaders. All animations here are designed for repeatable, infinitely playing. online demo could be found here: [loading.css](https://loading.io/animation/)
5+
60+ Handcrafted CSS animations that are seamless repeatable. All animations in loading.css are designed for both one time and infinitely played. Online demo could be found [here: loading.css](https://loading.io/animation/)
66

7-
loading.css is released together with a handy tool which build GIFs from CSS animation. Check [Custom GIF Generator](https://loading.io/animation/icon/) to see how it works.
7+
Loading.css and its parent project `anikit` is used in building GIF, APNG and animated SVG in loading.io. Check [Custom GIF Generator](https://loading.io/animation/icon/) to see how it works.
88

99

1010

@@ -16,9 +16,9 @@ loading.css is released together with a handy tool which build GIFs from CSS ani
1616
<link rel="stylesheet" type="text/css" href="loading.css"/>
1717
```
1818

19-
2. check [loading.css animation gallery](https://loading.io/animation/) for the name of animations you want to use. for example, `ld-spin`.
19+
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
2020

21-
3. use the name as css class on the element you want to animate:
21+
3. use the name as a CSS class prefixed with `ld` on the element you want to animate:
2222

2323
```
2424
<div class="ld ld-spin"></div>

0 commit comments

Comments
 (0)