Auto merge of #5704 - jseaton:jseaton/animation-props, r=pcwalton

Contributes towards servo/servo#5494 - includes all properties listed at http://dev.w3.org/csswg/css-transitions/#animatable-css .

Unforunately the most obvious way to support text-shadow meant making a few structures NoCopy.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5704)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-04-16 13:42:16 -05:00
commit 653b40d3e5
5 changed files with 673 additions and 65 deletions

View file

@ -178,7 +178,7 @@ impl ScriptLayoutChan for OpaqueScriptLayoutChannel {
pub type OpaqueNode = uintptr_t;
/// State relating to an animation.
#[derive(Copy, Clone)]
#[derive(Clone)]
pub struct Animation {
/// An opaque reference to the DOM node participating in the animation.
pub node: OpaqueNode,