Skip to content

Commit 955a012

Browse files
committed
add 'Start' method
1 parent 21bbc49 commit 955a012

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/js-scroll-effect-module.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ export default class SCROLL_EFFECT_MODULE {
105105
}
106106
}
107107

108+
Start(){
109+
if(this.Config.autoStart) return false;
110+
111+
this.Init();
112+
}
113+
108114
Update(){
109115
this.CacheDom();
110116
this.CacheDomSize();

0 commit comments

Comments
 (0)