backlog - ActionLabs/Scrollster GitHub Wiki
- Defining actors in the DOM
- Defining action in CSS using syntax that looks like a vendor prefix.
- Creating combination actions
- Ability to trigger UI to a specific break point. (Automatically advance the scroll to that point, like the key presses do.)
- Automated testing of parsing actors and actions into views and modifiers.
- Define an external interface to main for kicking off building / running scroll animations
- Interface for defining a DOM element to bind the library to. Currently Scrollster takes over the entire body.
- Document the Stage - Actor - Action model and how to create various effects using the component.
- Optimize the UI to remove actors from the render tree when they no longer exist in the scroll range. (Could be done with show hide.)
- Refactor director / actionFactory interface to take advantage of object's options pattern.