Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Conversation

tbranyen
Copy link
Owner

@tbranyen tbranyen commented Jun 7, 2016

/cc @gnarf can you please review this?

@gnarf
Copy link

gnarf commented Jun 7, 2016

makes sense to me, I wonder though if there isn't some way you could register a SINGLE transition event of each type that walked up tree when appropriate to look for callbacks registered? not sure which would be better long run tho, 1 "global handler function" per handler type seems a bit better than per handler.

@tbranyen
Copy link
Owner Author

tbranyen commented Jun 7, 2016

I get what you're saying. So we always have the transition hooks set and then just have a list of elements to match against. If any match, we do the lookup for the transition hook and return that?

@tbranyen
Copy link
Owner Author

tbranyen commented Jun 7, 2016

Succeeded by #3

@tbranyen tbranyen closed this Jun 7, 2016
@tbranyen tbranyen deleted the remove-transition-hooks branch June 7, 2016 23:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants