Bug 158508

Summary: [web-animations] Implement canonical form for KeyframeEffect keyframes constructor argument
Product: WebKit Reporter: Rawinder Singh <rawinder.webkit>
Component: AnimationsAssignee: Rawinder Singh <rawinder.webkit>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: dino, graouts
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 156096, 158509    
Bug Blocks:    

Rawinder Singh
Reported 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).
Attachments
Antoine Quint
Comment 1 2023-02-17 02:34:55 PST
This has been done for quite some time.
Note You need to log in before you can comment on or make changes to this bug.