Skip to content

Commit 8121324

Browse files
committed
2 parents 382d2c1 + b9ee1e6 commit 8121324

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ document.addEventListener("DOMContentLoaded", function() {
4747
height : "500px"
4848
},
4949
scroll : {
50-
bottomOffset: 0
50+
bottomOffset: 0,
51+
autoHide: true
5152
}
5253
}
5354
});
@@ -110,7 +111,10 @@ onMove: function(){ <!-- CODE HERE --> }
110111
// Called when Drag starts
111112
onDragStart: function(){ <!-- CODE HERE --> }
112113
```
113-
114+
```javascript
115+
// Called when Drag Stops
116+
onDragStop: function(){ <!-- CODE HERE --> }
117+
```
114118
◼️ Styling :
115119
-
116120

0 commit comments

Comments
 (0)