Skip to content

Commit 9adfd31

Browse files
committed
2 parents fda0f7d + 4a39885 commit 9adfd31

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- 💪 No dependencies, built with VanillaJS
1515
- 🌎 Tested in all modern browsers
1616
- 🖌 Easy Customization
17+
- 📢 Multiple Callbacks
1718

1819
◼️ Demo:
1920
-
@@ -127,6 +128,10 @@ demo.appendTo({
127128

128129
There are multiple callbacks you can use when building a new instance.
129130

131+
```javascript
132+
// Called when LetMeScroll is initialized
133+
onComplete: function(){ <!-- CODE HERE --> }
134+
```
130135
```javascript
131136
// Called when scrollbar reaches the bottom.
132137
onEnd: function(){ <!-- CODE HERE --> }

0 commit comments

Comments
 (0)