servo/components/layout_2020/flow
Martin Robinson f3e373bc62 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
2020-06-16 16:33:55 +02:00
..
construct.rs Make IndependentFormattingContext an enum 2020-06-15 18:09:15 +02:00
float.rs layout_2020: Tag fragments with their pseudo content type 2020-06-06 17:25:08 +02:00
inline.rs Make IndependentFormattingContext an enum 2020-06-15 18:09:15 +02:00
mod.rs Make IndependentFormattingContext an enum 2020-06-15 18:09:15 +02:00
root.rs Add animation and transition support for pseudo-elements 2020-06-16 16:33:55 +02:00