servo/components/layout_thread
Martin Robinson 453b252a65 Add support for canceling CSS transitions
This change adds support for canceling CSS transitions when a property
is no longer transitionable or when an element becomes styled with
display:none. Support for canceling and replacing CSS transitions when
the end value changes is still pending. This change also takes advantage
of updating the constellation message to fix a bug where transition
events could be sent for closed pipelines.

Fixes #15079.
2020-04-22 17:23:26 +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 canceling CSS transitions 2020-04-22 17:23:26 +02:00