Skip to content

Commit 52d5035

Browse files
authored
Merge pull request #4 from yama-dev/v0.1.2
V0.1.2
2 parents d320bac + d468dd2 commit 52d5035

File tree

6 files changed

+125
-46
lines changed

6 files changed

+125
-46
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Add effect according to scroll.
1010

1111
## Demo
1212

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/)
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/)
1515

1616
<br>
1717

@@ -34,18 +34,17 @@ Add effect according to scroll.
3434
npm install --save-dev js-scroll-effect-module
3535
```
3636

37-
``` javascript.
37+
``` javascript
3838
// import.
3939
import SCROLL_EFFECT_MODULE from 'js-scroll-effect-module';
4040
```
4141

4242
### Basic Standalone Usage
4343

4444
``` html
45+
<link rel="stylesheet" href="./scroll-effect-module.css">
4546
<script src="./js-scroll-effect-module"></script>
46-
<script>
47-
var ScrollEffectModule = new SCROLL_EFFECT_MODULE({ elem : '.effect_item' });
48-
</script>
47+
<script> new SCROLL_EFFECT_MODULE({ elem : '.effect_item' }); </script>
4948
```
5049

5150
<br>

dist/js-scroll-effect-module.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-scroll-effect-module",
3-
"version": "0.1.1",
4-
"description": "Add effect according to scroll.",
3+
"version": "0.1.2",
4+
"description": "Add effect at scroll.",
55
"keywords": [
66
"scroll",
77
"scroll effect",
@@ -26,8 +26,8 @@
2626
"url": "https://github.com/yama-dev/js-scroll-effect-module"
2727
},
2828
"bugs": {
29-
"url" : "https://github.com/yama-dev/js-scroll-effect-module/issues",
30-
"email" : "tatsuya.yamamoto69@gmail.com"
29+
"url": "https://github.com/yama-dev/js-scroll-effect-module/issues",
30+
"email": "tatsuya.yamamoto69@gmail.com"
3131
},
3232
"devDependencies": {
3333
"babel-cli": "^6.26.0",

0 commit comments

Comments
 (0)