servo/components/script_traits
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 Remove WebVR 2020-04-08 20:23:41 -05:00
lib.rs Add support for animationend event 2020-05-01 15:29:57 +02:00
script_msg.rs allow for a service worker manager per origin 2020-04-05 22:43:40 +08:00
serializable.rs re-structure blob, structured serialization 2019-12-11 22:46:50 +08:00
transferable.rs continue messageport, transferable, postmessage options 2019-10-19 14:28:18 +08:00
webdriver_msg.rs Implement ElementClick wd command 2019-08-31 10:14:40 +03:00