You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft edge fix 59 (#60)
* Made sure the `.top` and `.left` of the ClientBoundingRect are used instead of `x` and `y`. Fixes#59 thanks to @KDLees
* Updated dependencies and version to 1.0.4
Added updated build
Updated to v1.0.2
Added documentation for migrating from 0.x to 1.x
Made sure the scrollPosition is always taken from the element.scrollTop before trying documentElement.scrollTop (fallback when having `body` as the element)
Fixed use of .innerWidth/innerHeight on elements other than window - …
…thanks to @Sqrrl
Minor speed improvement by using custom .each method instead of .forEach
Fixed callbacks having to be in the callscope, you can now define the…
… scope to search for callbacks in.
Added support for multiple attributes in the callback definition
Added support for defining global callbacks via JavaScript
Added the trigger.scrollDidChange() method to force check if elements are in or out the viewport