Function: https://github.com/mootools/mootools-more/blob/687363b141c7d6abb89e6716462bbd99545f81e5/Source/Fx/Fx.Scroll.js#L115-L139 Docu: https://github.com/mootools/mootools-more/blob/master/Docs/Fx/Fx.Scroll.md **offset** is missing. ### Syntax myFx.toElementEdge(el[, axes[, offset]]); ### Arguments 1. el - (*mixed*) A string of the Element's id or an Element reference to scroll to. 2. axes - (*array* or *string*, optional) An array or string specifying which axes to scroll on, can be 'x', 'y', or ['x', 'y']. It defaults to both axes. 2. offset - (*object*, optional) An object specifying which axes should get an offset. Examples: {x: 0; y: 100}, {y: 100}.
Function:
mootools-more/Source/Fx/Fx.Scroll.js
Lines 115 to 139 in 687363b
Docu:
https://github.com/mootools/mootools-more/blob/master/Docs/Fx/Fx.Scroll.md
offset is missing.
Syntax
Arguments