A dynamic element that’ll stick to walls, ceilings, and your heart.
Usage
Add the package to your dependencies.
npm install --save angular-sticky-element
Compile the library
Download or clone this repository.
Link the included module with your angular project.
Create a create a sticky-element of your own by subclassing the
sticky_element_directive.ts, or use one of the included ones.
To include a sticky-element, use directive syntax in one of your templates.
To see required arguments, refer to the self-documenting code+comments
inside sticky_element_directive.ts.
Create your own
Subclass sticky_element_directive.ts.
Most of the behavior of a sticky_x.ts can be defined by the two handle
scroll events (horizontal+vertical).
Refer to existing subclasses for behavior hints.
When you’re done with your new sticky element, add it to the module so the
rest of your project can see it.
Angular Sticky Element
A dynamic element that’ll stick to walls, ceilings, and your heart.
Usage
Add the package to your dependencies.
npm install --save angular-sticky-elementCompile the library
Create your own