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
Rough plan:
appendItem()
getItemOffset(item)
null
skip(pixels)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Rough plan:
appendItem()
returns the element that was provided or automatically createdgetItemOffset(item)
returns the offset in pixels of the item from the start of the marquee ornull
if it's not in itskip(pixels)
jumps the marquee the provided number of pixels synchronously requesting as many new items as neededThe text was updated successfully, but these errors were encountered: