Skip to content

Commit 50b3702

Browse files
authored
Merge pull request #23 from yama-dev/v0.11.2
V0.11.2
2 parents 6f85efc + 53435a7 commit 50b3702

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
SLUG=js-scroll-effect-module
2-
VERSION=0.11.1
2+
VERSION=0.11.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add effect according to scroll.
2020

2121
- npm -> [https://www.npmjs.com/package/js-scroll-effect-module](https://www.npmjs.com/package/js-scroll-effect-module)
2222

23-
- Standalone(CDN) -> [https://cdn.jsdelivr.net/gh/yama-dev/js-scroll-effect-module@v0.11.1/dist/js-scroll-effect-module.js](https://cdn.jsdelivr.net/gh/yama-dev/js-scroll-effect-module@v0.11.1/dist/js-scroll-effect-module.js)
23+
- Standalone(CDN) -> [https://cdn.jsdelivr.net/gh/yama-dev/js-scroll-effect-module@v0.11.2/dist/js-scroll-effect-module.js](https://cdn.jsdelivr.net/gh/yama-dev/js-scroll-effect-module@v0.11.2/dist/js-scroll-effect-module.js)
2424

2525
- Zip -> [yama-dev/js-scroll-effect-module](https://github.com/yama-dev/js-scroll-effect-module/releases/latest)
2626

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: 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.11.1",
3+
"version": "0.11.2",
44
"description": "Add effect at scroll.",
55
"keywords": [
66
"scroll",

src/js-scroll-effect-module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default class SCROLL_EFFECT_MODULE {
3333
firstDelay : 10,
3434
firstDelaySteps : 100,
3535

36-
throttleInterval : 50,
36+
throttleInterval : 5,
3737

3838
addClassNameActive : 'is-active',
3939

0 commit comments

Comments
 (0)