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 animation and transition support for pseudo-elements #26923

Merged
merged 1 commit into from Jun 16, 2020

Commits on Jun 16, 2020

  1. Add animation and transition support for pseudo-elements

    This change extends the DocumentAnimationSet to hold animations for
    pseudo-elements. Since pseudo-elements in Servo are not in the DOM like
    in Gecko, they need to be handled a bit carefully in stylo.  When a
    pseudo-element has an animation, recascade the style. Finally, this
    change passes the pseudo-element string properly to animation events.
    
    Fixes: #10316
    mrobinson committed Jun 16, 2020
You can’t perform that action at this time.