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

Incremental display of sublist items #120

Open
jfinkels opened this issue Sep 8, 2011 · 1 comment
Open

Incremental display of sublist items #120

jfinkels opened this issue Sep 8, 2011 · 1 comment

Comments

@jfinkels
Copy link
Contributor

jfinkels commented Sep 8, 2011

Currently, an incrementally revealed list item which has a sublist immediately reveals the entire sublist. What should happen is that each item in the sublist should be revealed incrementally in the same sequence as the parent list.

For example, in the list

# First
# Second
  # Third
  # Fourth

the incremental reveal will show "First", then show "Second", "Third", and "Fourth" simultaneously. What should happen is that on each keypress, one list item is revealed, in the order "First", "Second", "Third", then "Fourth".

@schacon
Copy link
Owner

schacon commented Sep 11, 2011

I need to revisit the sublist items completely - they're styled weird as it is. I think if you're going to have multiple levels it needs a new style other than 'bullets' - like 'bullet-list' or something. I will never use sublists, my presentation style rarely has more than a few words on each slide and I kind of hate bullet points, so I probably won't address this, but if you felt like taking up the banner, that is what we should probably do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants