-
Notifications
You must be signed in to change notification settings - Fork 602
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
Scrolling cells one by one #547
Comments
I recommend you use groupCells for this use case. See demo http://codepen.io/desandro/pen/72832e480689a8d535dc7fa031f6fd5f/ |
Hi @desandro |
Then you'll have to disable See #135 (comment) for why contain works this way. |
Ok but the last 4 dots/scroll are useless again because I already see the last cell without scroll the last 4 dots: |
I've discussed this topic elsewhere. See #177 (comment) and #289 (comment) The dots are not useless because different cells need to be selectable for accessibility. |
Hey ! |
Hi, I need to show 5 cells in the initial state, then to scroll them one by one. Here is:
http://codepen.io/anon/pen/ZKLMKY
But the last 4 scroll are useless. Infact you can see 4 more dot that are not needed. There's a way to solve this or is it a bug?
Thanks
The text was updated successfully, but these errors were encountered: