mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-13 07:41:08 +01:00
Added Github IO page link to the readme
Added the link to the Github IO page where all the different animations can be seen to the readme.
This commit is contained in:
parent
2967e3bd37
commit
57b629fd1c
1 changed files with 2 additions and 0 deletions
|
@ -96,6 +96,8 @@ Full example:
|
|||
<h1 class="animated infinite bounce">Example</h1>
|
||||
```
|
||||
|
||||
[Check out all the animations here!](https://daneden.github.io/animate.css/)
|
||||
|
||||
##Usage
|
||||
To use animate.css in your website, simply drop the stylesheet into your document's `<head>`, and add the class `animated` to an element, along with any of the animation names. That's it! You've got a CSS animated element. Super!
|
||||
|
||||
|
|
Loading…
Reference in a new issue