Skip to content

Commit

Permalink
Update example for swing spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasahlin committed Oct 28, 2019
1 parent c5f17d4 commit 7792f30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ Given that you have included `spinkit.min.css` in your project, these snippets w
<div class="sk-pulse"></div>
```

### Chasing Dots (not chase)
### Swing

```html
<div class="sk-chasing-dots">
<div class="sk-chasing-dots-dot"></div>
<div class="sk-chasing-dots-dot"></div>
<div class="sk-swing">
<div class="sk-swing-dot"></div>
<div class="sk-swing-dot"></div>
</div>
```

Expand Down

0 comments on commit 7792f30

Please sign in to comment.