mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
style: Add a new Timer structure to the shared style context, and basic infrastructure for controlling animations.
This commit is contained in:
parent
2e68821014
commit
0b67b218d0
20 changed files with 178 additions and 26 deletions
|
@ -435,7 +435,8 @@ trait PrivateMatchMethods: TNode
|
|||
new_animations_sender,
|
||||
this_opaque,
|
||||
&**style,
|
||||
&mut this_style);
|
||||
&mut this_style,
|
||||
&shared_context.timer);
|
||||
}
|
||||
|
||||
cacheable = cacheable && !animations_started
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue