mirror of
https://github.com/servo/servo.git
synced 2025-08-14 18:05:36 +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
|
@ -32,7 +32,7 @@
|
|||
let (mut timing_function, mut delay) = (None, None);
|
||||
loop {
|
||||
if property.is_none() {
|
||||
if let Ok(value) = input.try(|input| transition_property::parse_one(input)) {
|
||||
if let Ok(value) = input.try(transition_property::SingleSpecifiedValue::parse) {
|
||||
property = Some(value);
|
||||
continue
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue