Creating Custom Scroll Directives: Concept map
There are many times that we might want to add a bit of behavior, especially animation, to a scroll event on a site. There are many ways to do so, but the path with the least amount of code and dependencies is perhaps to use a custom directive to create a hook for anything that fires off a particular scroll event.
Clickable & Draggable!
Click node to preview!