File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed
Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments