Bug 158508 - [web-animations] Implement canonical form for KeyframeEffect keyframes constructor argument
Summary: [web-animations] Implement canonical form for KeyframeEffect keyframes constr...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Rawinder Singh
URL:
Keywords:
Depends on: 156096 158509
Blocks:
  Show dependency treegraph
 
Reported: 2016-06-07 18:31 PDT by Rawinder Singh
Modified: 2023-02-17 02:34 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rawinder Singh 2016-06-07 18:31:18 PDT
See Web Animations specification KeyframeEffect/KeyframeEffectReadOnly interfaces: https://w3c.github.io/web-animations/#the-keyframeeffect-interfaces

The constructor argument "keyframes" sets the keyframes used for the animation.

The "keyframes" argument may be specified in two forms (see https://w3c.github.io/web-animations/#processing-a-keyframes-argument) - this patch addresses specifying the keyframes argument in the array-form (i.e canonical form).
Comment 1 Antoine Quint 2023-02-17 02:34:55 PST
This has been done for quite some time.