hlStickyElementCollection

Container for hlStickyElement instances. The service is a function and you need to make an instance to use it.

To-write: - uses 1 stack - provider - same name returns same object

Summary

	var stickyElementCollectionInstance = hlStickyElementCollection(options:object);
	stickyElementCollectionInstance.addElement(element:DOMElement, options:object);
	stickyElementCollectionInstance.removeElement(element:DOMElement,string);
	stickyElementCollectionInstance.draw(drawOptions:object);
	stickyElementCollectionInstance.trackedElements();
	stickyElementCollectionInstance.destroy(force);

Demos

API

	hlStickyElementCollection(options:object)

Public methods

Once you have an instance a few methods are made available to you.