0.0.3 • Published 5 months ago

scroll-star v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

Scroll Star For Angular

Scroll Star is a library for applications that needs help in getting scroll status of inner HTML elements. It listens to parent HTML element which is scrollable and emmits back events with information such as which inner child is viewable on the screen.

Find more about scroll star in the documentation

How To Use

  1. Include ScrollStarDirective in the Module that you need
  2. Add scrollStar directive to the scrollable HTML node whise direct child nodes are the containers that scroll
  3. To the same scrollable HTML node, add event listener scrollEvent (scrollEvent)="scrollStarEvent($event)"
0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago