Bug 158508
| Summary: | [web-animations] Implement canonical form for KeyframeEffect keyframes constructor argument | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Rawinder Singh <rawinder.webkit> |
| Component: | Animations | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Antoine Quint
This has been done for quite some time.