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

Restyle should reflect animations and transitions #26331

Merged
merged 2 commits into from Apr 29, 2020

Commits on Apr 29, 2020

  1. Restyle should reflect animations and transitions

    When doing a restyle, we should apply animations and transitions to the
    new style so that it is reflected in `getComputedStyle()` and the new
    style information properly cascades. This is the first part of properly
    ticking animations and transitions.
    
    This causes a couple new animations tests failures (along with many new
    passes), but we currently don't have support for properly handling
    animations after they have completed, so this isn't totally unexpected.
    mrobinson committed Apr 29, 2020
  2. Skip various CSS animation tests directories

    These are all going to be flaky until we get further along with the
    transition and animation improvements. The flakiness is due to the fact
    that it is more likely that these tests pass now.
    mrobinson committed Apr 29, 2020
You can’t perform that action at this time.