We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Useful for infinite scroll, etc, as pointed out in: #3
Should allow for the specifying of an index. Something like: scrollstory.addItems(items, 0);
scrollstory.addItems(items, 0)
Which means we should loop through and update item.index afterwards.
item.index
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Useful for infinite scroll, etc, as pointed out in: #3
Should allow for the specifying of an index. Something like:
scrollstory.addItems(items, 0)
;Which means we should loop through and update
item.index
afterwards.The text was updated successfully, but these errors were encountered: