dom-autoscroller
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "dom-autoscroller", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Auto scroll dom elements", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -56,3 +56,2 @@ dom-autoscroller | ||
<body> | ||
<button id="scroll-button">Scroll List</button> | ||
<div id="list-container"> | ||
@@ -78,3 +77,22 @@ <ol id="list" type="1"> | ||
</div> | ||
<div id="container2"> | ||
<ol id="hlist"> | ||
<li>zero</li> | ||
<li>one</li> | ||
<li>two</li> | ||
<li>three</li> | ||
<li>four</li> | ||
<li>five</li> | ||
<li>six</li> | ||
<li>seven</li> | ||
<li>eight</li> | ||
<li>nine</li> | ||
<li>ten</li> | ||
<li>11</li> | ||
<li>12</li> | ||
<li>13</li> | ||
<li>14</li> | ||
<li>15</li> | ||
</ol> | ||
</div> | ||
<script> | ||
@@ -103,3 +121,3 @@ //Load dragula's css. | ||
If you look at the last example notice the containers have only one child. In theory multiple children could work with `dom-autoscroller`, but the children scrolling might interfere with the workings of the library *dragula*. | ||
If you look at the last example notice the containers have only one child, and that they're different from the containers used by *dragula*. In theory multiple children could work with `dom-autoscroller`, but the children scrolling might interfere with the workings of the library *dragula*. | ||
@@ -106,0 +124,0 @@ Auto Scroller API |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8237
168