Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yesiamrocks committed Apr 29, 2017
1 parent cb3654c commit ebe2724
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,28 +49,34 @@ With cssanimation.io, all you have to do is to include the appropriate classes w
To get started, from the outset you download the complete library


**1. Now include the `cssanimation.css` or `cssanimation.min.css` file into the head.**
1. Now include the `cssanimation.css` or `cssanimation.min.css` file into the head.
``` html
<head>
<link rel="stylesheet" href="cssanimation.css">
</head>
```

**2. And if you need character animation just add `characteranimte.js`**
2. And if you need character animation just add `characteranimte.js`
``` html
<head>
<link rel="stylesheet" href="cssanimation.css">
<script type="text/javascript" src="characteranimte.js">
</head>
```
**3. Now add the class `cssanimation` and class of animation name [ please check below codepen title red block section for animation class name ] to the element you want to animate.**
3. Now add the class `cssanimation` and class of animation name [ please check below codepen title red block section for animation class name ] to the element you want to animate.
``` html
<div class="cssanimation fadeIn"> Example </div>
```
**4. You may also want to include the class `infinite` for an infinite loop.**
4. You may also want to include the class `infinite` for an infinite loop.
``` html
<div class="cssanimation infinite fadeIn"> Example </div>
```
# License
cssanimation.io is licensed under the [MIT Licenses](cssanimation.io/LICENSE)
# Having trouble?
If cssanimation.io isn't doing what you expect it to please post a mail to hello@cssanimation.io

0 comments on commit ebe2724

Please sign in to comment.