New issue
Advanced search Search tips

Issue 911156 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocking:
issue 671904



Sign in to add a comment

[css-properties-values-api] Support transform-list, transform-function

Project Member Reported by andruud@chromium.org, Dec 3

Issue description

Support 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

 
Cc: andruud@chromium.org
Owner: ----
Status: Available (was: Untriaged)
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