sjwilliams/scrollstory

New `setup` event

sjwilliams opened this issue · 0 comments

We need an event that's triggered before any items are added or offsets are calculated. This is useful for page manipulation before ScrollStory really gets started, and in some situations gives the option to have an entire page's functionality contained completely within an options object passed to ScrollStory, since we can do all setup work then.