New issue
Advanced search Search tips

Issue 835818 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature

Blocking:
issue 799061



Sign in to add a comment

Web Animations: Support setKeyframes for CSS Transitions

Project Member Reported by smcgruer@chromium.org, Apr 23 2018

Issue description

As per https://cs.chromium.org/chromium/src/third_party/blink/renderer/core/animation/keyframe_effect.cc?l=169&rcl=ff8ac07365b339290a799c776f877db74dcc1c47, we do not currently support setKeyframes for CSS Transitions due to the complexity involved. The setKeyframes API can basically mutate a CSS Transition into a full Animation.

We should, of course, support this API for CSS Transitions.
 
Blocking: 799061

Sign in to add a comment