servo/components/script_layout_interface
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
lib.rs Remove unused #![feature(…)] attributes 2020-04-15 15:01:46 +02:00
message.rs Add support for animationend event 2020-05-01 15:29:57 +02:00
rpc.rs Don't go through the layout thread to retrieve a node's primary style 2020-04-07 14:34:47 +02:00
wrapper_traits.rs Replace OpaqueStyleAndLayoutData by StyleAndOpaqueLayoutData 2020-04-06 23:06:13 +02:00