mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:17:45 +00:00
LibWeb: Implement missing members of AnimationEffect.getComputedTiming()
This commit is contained in:
parent
360082544c
commit
a7727215a6
1 changed files with 5 additions and 6 deletions
|
@ -83,12 +83,11 @@ ComputedEffectTiming AnimationEffect::get_computed_timing() const
|
|||
.easing = m_easing_function,
|
||||
},
|
||||
|
||||
// FIXME:
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
end_time(),
|
||||
active_duration(),
|
||||
local_time(),
|
||||
transformed_progress(),
|
||||
current_iteration(),
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue