Skip to content

Commit 287086c

Browse files
update timer
1 parent 382e141 commit 287086c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/slider/tp-slider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,6 @@ export class TPSliderElement extends HTMLElement {
433433
this.next();
434434
this.autoSlide();
435435
this.dispatchEvent( new CustomEvent( 'auto-slide-complete' ) );
436-
}, parseInt( autoSlideInterval ) );
436+
}, interval );
437437
}
438438
}

0 commit comments

Comments
 (0)