scroll-sensor
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "scroll-sensor", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Scroll Sensor simulate scroll bar on a not scrollable dom.It has features of mouse wheel, mouse down move, touch move and scroll inertia.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -8,3 +8,3 @@ # scroll-sensor | ||
Here is a [Demo](). | ||
Here is a [Demo](https://wangpengfeido.github.io/demos/scroll-sensor/index.html). | ||
@@ -26,3 +26,3 @@ ## Install and import | ||
````html | ||
<script src="https://unpkg.com/scroll-sensor/dist/scroll-sensor.min.js"><script> | ||
<script src="https://unpkg.com/scroll-sensor@latest/dist/scroll-sensor.min.js"><script> | ||
```` | ||
@@ -29,0 +29,0 @@ |
81662