angular-scroll-spy
angular-scroll-spy copied to clipboard
A simple, lightweight scroll-spy directive for angular that was built from scratch.
Results
2
angular-scroll-spy issues
Sort by
recently updated
recently updated
newest added
I am working on implementing scroll-spy w/ countUp on a site that uses Bootstrap 4. CountUp without scroll-spy works fine. Scroll-spy will only work when the css for Bootstrap is...
I changed offsetTop function to target.getBoundingClientRect().top. offsetTop gets the relative position of the **parent node** which, if we have a element wrapper, turns the value always 0 and never trigger...