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

Include animations and transitions in the cascade #26806

Merged
merged 2 commits into from Jun 10, 2020

Commits on Jun 9, 2020

  1. Include animations and transitions in the cascade

    Instead of applying animations and transitions to styled elements,
    include them in the cascade. This allows them to interact properly with
    things like font-size and !important rules.
    mrobinson committed Jun 9, 2020

Commits on Jun 10, 2020

  1. animations: Don't always re-resolve the node style

    When animations and transitions change don't always re-resolve node
    style, just replace the animation and transition rules and re-cascade.
    mrobinson committed Jun 10, 2020
You can’t perform that action at this time.