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.
2 parents 382d2c1 + b9ee1e6 commit 8121324Copy full SHA for 8121324
README.md
@@ -47,7 +47,8 @@ document.addEventListener("DOMContentLoaded", function() {
47
height : "500px"
48
},
49
scroll : {
50
- bottomOffset: 0
+ bottomOffset: 0,
51
+ autoHide: true
52
}
53
54
});
@@ -110,7 +111,10 @@ onMove: function(){ <!-- CODE HERE --> }
110
111
// Called when Drag starts
112
onDragStart: function(){ <!-- CODE HERE --> }
113
```
-
114
+```javascript
115
+// Called when Drag Stops
116
+onDragStop: function(){ <!-- CODE HERE --> }
117
+```
118
◼️ Styling :
119
120
0 commit comments