Animate many more CSS properties

This commit is contained in:
Joseph Seaton 2015-04-15 21:30:18 +01:00
parent 045831748e
commit d843526cb8
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,