Skip to content
New issue

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

Provide ability to get an items position in marquee and jump the marquee a number of pixels #739

Open
tjenkinson opened this issue Nov 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@tjenkinson
Copy link
Owner

Rough plan:

  • appendItem() returns the element that was provided or automatically created
  • getItemOffset(item) returns the offset in pixels of the item from the start of the marquee or null if it's not in it
  • skip(pixels) jumps the marquee the provided number of pixels synchronously requesting as many new items as needed
@tjenkinson tjenkinson added the enhancement New feature or request label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant