Bug 192324

Summary: CSS Properties and Values API should support animating custom property substitutions
Product: WebKit Reporter: Justin Michaud <justin_michaud>
Component: Layout and RenderingAssignee: 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    

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.