mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
style: Refactor all the animated properties to use the style system properly
This commit is contained in:
parent
818bc6d4a2
commit
6a362ae8e8
11 changed files with 929 additions and 1124 deletions
|
@ -648,7 +648,6 @@ impl MaybeNew for ViewportConstraints {
|
|||
viewport_size: initial_viewport,
|
||||
inherited_style: ServoComputedValues::initial_values(),
|
||||
style: ServoComputedValues::initial_values().clone(),
|
||||
animations: None,
|
||||
};
|
||||
|
||||
// DEVICE-ADAPT § 9.3 Resolving 'extend-to-zoom'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue