mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb: Remove TimingFunction in favor of EasingStyleValue::Function
Now that EasingStyleValue is a lot nicer to use, there isn't much reason to keep TimingFunction around.
This commit is contained in:
parent
ac35f76e67
commit
7950992fc2
Notes:
sideshowbarker
2024-07-16 20:05:14 +09:00
Author: https://github.com/mattco98
Commit: 7950992fc2
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/173
11 changed files with 189 additions and 302 deletions
|
@ -762,7 +762,6 @@ WebIDL::ExceptionOr<JS::NonnullGCPtr<KeyframeEffect>> KeyframeEffect::construct_
|
|||
effect->m_playback_direction = source->m_playback_direction;
|
||||
|
||||
// - timing function.
|
||||
effect->m_easing_function = source->m_easing_function;
|
||||
effect->m_timing_function = source->m_timing_function;
|
||||
|
||||
return effect;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue