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 support for remaining animation and transition events #26659

Merged
merged 2 commits into from May 27, 2020

Commits on May 26, 2020

  1. Have Animations struct handle rooting nodes

    Instead of having `ScriptThread` handle rooting nodes, do this in
    `Animations`. This makes it easier to know when it is appropriate to
    root and unroot nodes instead of relying on a certain order of events.
    This also allows reducing quite a bit the amount of unsafe code.
    mrobinson committed May 26, 2020
  2. Add support for remaining animation and transition events

    Fixes #21564.
    mrobinson committed May 26, 2020
You can’t perform that action at this time.