Skip to content

Commit e7aa38c

Browse files
committed
* 'master' of https://github.com/usablica/kissui.scrollanim: Adding install section Fixed typo.
2 parents cf8cb8b + 020ceeb commit e7aa38c

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ CSS3 scroll animation library
33

44
This library is a part of Kissui project.
55

6+
# Install
7+
8+
## Bower
9+
10+
You can use bower to install the package:
11+
12+
```
13+
bower install kissui.scrollanim
14+
```
15+
16+
## CDN
17+
18+
Not available yet. We will update this section as soon as possible.
19+
20+
## Manually
21+
You can also download and include files manually from the latest [releases](https://github.com/usablica/kissui.scrollanim/releases).
22+
623
# Getting Started
724

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

0 commit comments

Comments
 (0)