RESOLVED CONFIGURATION CHANGED 158508
[web-animations] Implement canonical form for KeyframeEffect keyframes constructor argument
https://bugs.webkit.org/show_bug.cgi?id=158508
Summary [web-animations] Implement canonical form for KeyframeEffect keyframes constr...
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.