-
Notifications
You must be signed in to change notification settings - Fork 20.5k
9d822bc1c13dd3393b418210a99537c22c06f2c3 followup #3496
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
9d822bc1c13dd3393b418210a99537c22c06f2c3 followup #3496
Conversation
|
@gibson042, thanks for your PR! By analyzing the history of the files in this pull request, we identified @gnarf, @markelog and @dmethvin to be potential reviewers. |
src/effects.js
Outdated
| animation.opts.start.call( elem, animation ); | ||
| } | ||
|
|
||
| // attach callbacks from options |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stupid nitpick: probably better to start with uppercase 'attach' -> 'Attach', I know it was like that before and linter didn't catch that for some reason...
markelog
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this commit head a little long, no?
|
This is awesome, nicely done, well, as always! :) |
|
Any chance this affects #3434? |
|
I wouldn't think so, but it's possible. #3434 is unexpected. |
9d822bc failed an effects test (cf. #3470 (comment) ), but it turns out that things were already broken in subtle ways when animations spawn each other:
Each fix revealed the next flaw, so all are addressed here in order to resolve the current CI failure. I should probably make real issues so they can be resolved by this PR.