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

Add transition.end. #90

Merged
merged 3 commits into from Jan 25, 2019
Merged

Add transition.end. #90

merged 3 commits into from Jan 25, 2019

Commits on Jan 25, 2019

  1. Cancel events.

    Like interrupt, except when a transition is cancelled before it starts. This is
    necessary for transition promises (#77) since we will need to reject promises on
    cancelled transitions.
    mbostock committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    d6024da View commit details
    Browse the repository at this point in the history
  2. Add transition.end. Fixes #77.

    mbostock committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    e7494d7 View commit details
    Browse the repository at this point in the history
  3. Use anonymous listeners.

    mbostock committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    7285f51 View commit details
    Browse the repository at this point in the history