Capítulo 318 de 411
Calculates the numeric offset (scroll position in pixels) that corresponds to when a particular element reaches the specified position like:
// when the top of #box1 hits 100px down from the top of the viewport
let offset = smoother.offset("#box1", "top 100px");