Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/usablica/kissui.scrollanim:
  Adding install section
  Fixed typo.
  • Loading branch information
afshinm committed Aug 21, 2016
2 parents cf8cb8b + 020ceeb commit e7aa38c
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ CSS3 scroll animation library

This library is a part of Kissui project.

# Install

## Bower

You can use bower to install the package:

```
bower install kissui.scrollanim
```

## CDN

Not available yet. We will update this section as soon as possible.

## Manually
You can also download and include files manually from the latest [releases](https://github.com/usablica/kissui.scrollanim/releases).

# Getting Started

This projects doesn't have any dependecies. All you need to do is to include the `scrollanim.js` and `scrollanim.css` in your page.
Expand All @@ -28,7 +45,7 @@ Scrollanim uses [`kissui.position`](https://github.com/usablica/kissui.position)
- `middle` - center aligned element (vertically)
- `center` - center aligned element (horizontally)
- `top` - element at the top of the page
- `bottom` - elemennt at the bottom of the page
- `bottom` - element at the bottom of the page
- `left` - element at the left side of the page
- `right` - element at the right side of the page

Expand Down

0 comments on commit e7aa38c

Please sign in to comment.