-
+
|
- Thanks to BrowserStack for sponsoring open source projects and letting me test OverlayScrollbars for free.
+ Thanks to BrowserStack for sponsoring open source projects and letting me test OverlayScrollbars for free.
|
diff --git a/packages/overlayscrollbars/README.md b/packages/overlayscrollbars/README.md
index cc943ae..c8e1fa4 100644
--- a/packages/overlayscrollbars/README.md
+++ b/packages/overlayscrollbars/README.md
@@ -44,6 +44,7 @@ I created this plugin because I hate ugly and space consuming scrollbars. Simila
- Highly customizable
- TypeScript support - fully written in TypeScript
- Dependency free - 100% self written to ensure small size and best functionality
+ - Framework versions for `react`, `vue` and `angular`
## Getting started
@@ -391,31 +392,40 @@ Is invoked after the instace was updated.
Is invoked after all generated elements, observers and events were removed from the DOM.
+### `scroll`
+
+| arguments | description |
+| :--- | :--- |
+| `instance` | The instance which invoked the event. |
+| `event` | The original `event` argument of the DOM event. |
+
+Is invoked by scrolling the viewport.
+
-## Instance Methods
+## Instance
> __Note__: For now please refer to the