mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Animate many more CSS properties
This commit is contained in:
parent
045831748e
commit
d843526cb8
5 changed files with 673 additions and 65 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue