File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,23 @@ CSS3 scroll animation library
33
44This 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
825This 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
You can’t perform that action at this time.
0 commit comments