mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: More useful logging for transition-related stuff.
Transitions are still broken, but I found these messages more helpful than the previous ones when diagnosing problems.
This commit is contained in:
parent
a949e9e1e8
commit
561e9c81f1
7 changed files with 32 additions and 32 deletions
|
@ -89,6 +89,8 @@ pub fn update_animation_state<E>(
|
|||
},
|
||||
};
|
||||
|
||||
debug!("update_animation_state({:?}): {:?}", still_running, running_animation);
|
||||
|
||||
if still_running {
|
||||
animations_still_running.push(running_animation);
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue