[css-properties-values-api] Support transform-list, transform-function |
|
Issue descriptionSupport for transform-list and transform-function is partially implemented in Blink, but it's not currently possible to animate those types. The existing InterpolationType for transform-list need to be refactored to accommodate custom properties. Right now it's strongly tied to the native "transform" property. There are also unresolved issues on the spec level that should be resolved: * https://github.com/w3c/csswg-drafts/issues/2854 * https://github.com/w3c/css-houdini-drafts/issues/290
,
Dec 3
Here is a very old WIP CL for making the transform animation logic work with custom properties: https://chromium-review.googlesource.com/c/chromium/src/+/562849 |
|
►
Sign in to add a comment |
|
Comment 1 by andruud@chromium.org
, Dec 3Owner: ----
Status: Available (was: Untriaged)