mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
style: Make the transitions code make sense again.
This commit is contained in:
parent
d44bd82703
commit
d6092fae27
2 changed files with 11 additions and 13 deletions
|
@ -357,8 +357,8 @@ impl PropertyAnimation {
|
|||
|
||||
let property_animation = PropertyAnimation {
|
||||
property: animated_property,
|
||||
timing_function: timing_function,
|
||||
duration: duration,
|
||||
timing_function,
|
||||
duration,
|
||||
};
|
||||
|
||||
if property_animation.does_animate() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue