Bug 192324 - CSS Properties and Values API should support animating custom property substitutions
Summary: CSS Properties and Values API should support animating custom property substi...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 192334
Blocks: 189692
  Show dependency treegraph
 
Reported: 2018-12-03 14:20 PST by Justin Michaud
Modified: 2023-01-25 01:46 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Michaud 2018-12-03 14:20:09 PST
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.
Comment 1 Antti Koivisto 2023-01-25 01:46:46 PST
This works now.