Skip to content

Commit b3a4138

Browse files
authored
Merge pull request #3 from yama-dev/v0.1.1
modify:
2 parents 692334b + 58fa10d commit b3a4138

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,20 @@
44

55
## Feature
66

7-
Grant of class in accordance with the scroll.
7+
Add effect according to scroll.
8+
9+
<br>
10+
11+
## Demo
12+
13+
- Document [https://yama-dev.github.io/js-scroll-effect-module/](https://yama-dev.github.io/js-scroll-effect-module/)
14+
- SamplePage[https://yama-dev.github.io/js-scroll-effect-module/sample/](https://yama-dev.github.io/js-scroll-effect-module/sample/)
815

916
<br>
1017

1118
## Installation,Download
1219

13-
- npm -> []()
20+
- npm -> [https://www.npmjs.com/package/js-scroll-effect-module](https://www.npmjs.com/package/js-scroll-effect-module)
1421

1522
- Standalone(CDN) -> []()
1623

dist/js-scroll-effect-module.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-scroll-effect-module",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Add effect according to scroll.",
55
"keywords": [
66
"scroll",

sample/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<div class="row mt10">
2020
<div class="col-md-1"></div>
2121
<div class="col-md-10">
22-
<h2>js-scroll-effect-module v0.1.0</h2>
22+
<h2>js-scroll-effect-module v0.1.1</h2>
2323

2424
<hr>
2525

sample/scroll-effect-module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* js-scroll-effect-module JavaScript Library v0.1.0
2+
* js-scroll-effect-module JavaScript Library v0.1.1
33
* https://github.com/yama-dev/js-scroll-effect-module
44
* Copyright yama-dev
55
* Licensed under the MIT license.

src/js-scroll-effect-module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* JS SCROLL EFFECT MODULE (JavaScript Library)
33
* js-scroll-effect-module
4-
* versoin 0.1.0
4+
* versoin 0.1.1
55
* Repository https://github.com/yama-dev/js-scroll-effect-module
66
* Copyright yama-dev
77
* Licensed under the MIT license.

0 commit comments

Comments
 (0)