Skip to content

Commit 5001a7e

Browse files
committed
adjust readme
1 parent 302f305 commit 5001a7e

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

README.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -94,24 +94,6 @@ import SCROLL_EFFECT_MODULE from 'js-scroll-effect-module';
9494
</script>
9595
```
9696

97-
### Advanced Use (Acceleration)
98-
99-
``` html
100-
<script src="./js-scroll-effect-module.js"></script>
101-
<script>
102-
var ScrollEffectModule = new SCROLL_EFFECT_MODULE({
103-
acceleration : true,
104-
on: {
105-
Acceleration: function(num){
106-
console.log('Acceleration', num);
107-
}
108-
}
109-
});
110-
</script>
111-
```
112-
113-
<br>
114-
11597
## API
11698

11799
<br>
@@ -138,18 +120,6 @@ import SCROLL_EFFECT_MODULE from 'js-scroll-effect-module';
138120

139121
---
140122

141-
**For Developer**
142-
143-
## Contribution
144-
145-
1. Fork it ( https://github.com/yama-dev/js-scroll-effect-module/fork )
146-
2. Create your feature branch (git checkout -b my-new-feature)
147-
3. Commit your changes (git commit -am 'Add some feature')
148-
4. Push to the branch (git push origin my-new-feature)
149-
5. Create new Pull Request
150-
151-
<br>
152-
153123
## Licence
154124

155125
[MIT](https://github.com/yama-dev/js-scroll-effect-module/blob/master/LICENSE)

0 commit comments

Comments
 (0)