Bug 235019 - Interpolation for the "filter" property fails with a single keyframe
Summary: Interpolation for the "filter" property fails with a single keyframe
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-01-09 10:03 PST by Antoine Quint
Modified: 2022-01-09 13:03 PST (History)
4 users (show)

See Also:


Attachments
Patch (5.97 KB, patch)
2022-01-09 10:06 PST, Antoine Quint
ews-feeder: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2022-01-09 10:03:57 PST
Interpolation for the "filter" property fails with a single keyframe
Comment 1 Antoine Quint 2022-01-09 10:06:21 PST
Created attachment 448711 [details]
Patch
Comment 2 Dean Jackson 2022-01-09 10:27:58 PST
Comment on attachment 448711 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=448711&action=review

> Source/WebCore/animation/KeyframeEffect.cpp:1054
> +    if (m_blendingKeyframes.size() < 2)

== 1?
Comment 3 EWS 2022-01-09 11:53:06 PST
Committed r287826 (245878@main): <https://commits.webkit.org/245878@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 448711 [details].
Comment 4 Radar WebKit Bug Importer 2022-01-09 11:54:17 PST
<rdar://problem/87313978>