@design.estate/dees-domtools 2.3.1 → 2.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist_bundle/bundle.js +1 -1
- package/dist_bundle/bundle.js.map +2 -2
- package/dist_ts/00_commitinfo_data.js +1 -1
- package/dist_ts/domtools.classes.scroller.d.ts +1 -1
- package/dist_ts/domtools.classes.scroller.js +2 -2
- package/package.json +1 -1
- package/ts/00_commitinfo_data.ts +1 -1
- package/ts/domtools.classes.scroller.ts +1 -1
package/dist_bundle/bundle.js
CHANGED
|
@@ -40375,7 +40375,7 @@ var Scroller = class {
|
|
|
40375
40375
|
/**
|
|
40376
40376
|
* Scrolls to a given element with options.
|
|
40377
40377
|
*/
|
|
40378
|
-
async
|
|
40378
|
+
async toElement(elementArg, optionsArg) {
|
|
40379
40379
|
this.sweetScroller.toElement(elementArg, optionsArg);
|
|
40380
40380
|
await dist_ts_exports2.delayFor(optionsArg.duration);
|
|
40381
40381
|
}
|