d-oliveros / ngSmoothScroll

AngularJS directives for animating smooth scrolling to elements.
276 stars 112 forks source link

Fix getEndLocation: Wrong max. scroll position #83

Open qbasic16 opened 7 years ago

qbasic16 commented 7 years ago

If element location is at the bottom and withing the last window height, then we have to set end location to the highest possible and valid scroll position. This fixes the problem that animated scrolls are abruptly stopped because the location was higher than the latest possible scroll location.