Bug 192324
Summary: | CSS Properties and Values API should support animating custom property substitutions | ||
---|---|---|---|
Product: | WebKit | Reporter: | Justin Michaud <justin_michaud> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | bfulgham, koivisto, simon.fraser, zalan |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 192334 | ||
Bug Blocks: | 189692 |
Justin Michaud
When we animate a registered custom property, we should re-substitute custom properties in children and on the current element. This is not likely to be able to be accelerated, so we should consider whether this is something we actually want to support.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Antti Koivisto
This works now.