mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Revert "style: Make the transitions code make sense again."
This reverts commit d6092fae27
.
This change actually makes transitions start, and our code for stopping
transitions is just bogus, so we just keep re-starting them over and over, which
is not good.
This commit is contained in:
parent
bcafe4188f
commit
3b7b21ebb5
5 changed files with 15 additions and 17 deletions
|
@ -345,8 +345,8 @@ impl PropertyAnimation {
|
|||
|
||||
let property_animation = PropertyAnimation {
|
||||
property: animated_property,
|
||||
timing_function,
|
||||
duration,
|
||||
timing_function: timing_function,
|
||||
duration: duration,
|
||||
};
|
||||
|
||||
if property_animation.does_animate() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue