We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28bed40 commit 8766262Copy full SHA for 8766262
src/js-scroll-effect-module.js
@@ -190,7 +190,9 @@ export class SCROLL_EFFECT_MODULE {
190
// for Initial display
191
setTimeout(() => {
192
193
- if(this.Config.addClassNameActive) DOM.addClass(this.$elemItemFirst[loopCount], this.Config.addClassNameActive);
+ if(this.Config.addClassNameActive){
194
+ DOM.addClass(this.$elemItemFirst[loopCount], this.Config.addClassNameActive);
195
+ }
196
197
loopCount++;
198
0 commit comments