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

Use recursion and a depth property to remove Item and simply nest Groups #1

Closed
3 of 4 tasks
acstll opened this issue Mar 9, 2015 · 0 comments
Closed
3 of 4 tasks
Milestone

Comments

@acstll
Copy link
Owner

acstll commented Mar 9, 2015

The options object would be something like

var options = {
  loop: true,
  0: {
    loop: false,
    beep: 'boop'
  }
};

where 0 is the depth of the Group.

  • new options signature
  • The depth prop should be passed as second argument to childrenToArray(el, depth)
  • Event names would change
  • moveDeep(steps, depth) would need a depth argument passed in
@acstll acstll added this to the 2.0 milestone Mar 9, 2015
@acstll acstll closed this as completed Feb 15, 2017
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

1 participant