ui-scrollpoint
ui-scrollpoint copied to clipboard
Add a 'ui-scrollpoint' class to elements when the page scrolls past them.
I added a [jsDelivr CDN link](https://www.jsdelivr.com/package/npm/angular-ui-scrollpoint) to your readme to make it easier to use. jsDelivr is the fastest opensource CDN available and built specifically for production usage.
Hi, I have a fixed element inside a scrollable container, to make this work I had to put "ui-scrollpoint-target" in the container. This works great in a desktop. The problem...
Is Ui-Scrollpoint meant to be an Angular-friendly Affix.js? If so, how do I set a bottom-offset–a class that get's added when the bottom is reached? I want to remove the...