Skip to content

Commit ef23dfe

Browse files
committed
Update README.md
1 parent 05d67bc commit ef23dfe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ add the Following code to the <head> of your document.
102102
103103
speed: 400, //ms'
104104
auto: false,
105+
pauseOnHover: false,
105106
loop: false,
106107
slideEndAnimation: true,
107108
pause: 2000,
@@ -154,6 +155,7 @@ add the Following code to the <head> of your document.
154155
slider.refresh();
155156
slider.play();
156157
slider.pause();
158+
slider.destroy();
157159
});
158160
</script>
159161
```

0 commit comments

Comments
 (0)