servo/components/layout_thread
Martin Robinson 3903c1fb98 Add support for animationend event
This is triggered when an animation finishes. This is a high priority
because it allows us to start rooting nodes with animations in the
script thread.

This doesn't yet cause a lot of tests to pass because they rely on the
existence of `Document.getAnimations()` and the presence of
`animationstart` and animationiteration` events.
2020-05-01 15:29:57 +02:00
..
Cargo.toml Update ipc-channel and crossbeam-channel. 2020-02-20 11:15:13 -05:00
dom_wrapper.rs Some servo build fixes. 2020-04-16 18:29:30 +02:00
lib.rs Add support for animationend event 2020-05-01 15:29:57 +02:00