servo/components/layout_thread
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
..
Cargo.toml Remove some unused dependency declarations 2020-05-29 00:04:34 +02:00
dom_wrapper.rs Add animation and transition support for pseudo-elements 2020-06-16 16:33:55 +02:00
lib.rs Add animation and transition support for pseudo-elements 2020-06-16 16:33:55 +02:00