You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[css-animations-2] setting effect should not prevent the timeline to set set via animation-timeline (#11812)
* [css-animations-2] setting `effect` should not prevent the timeline to bet set via `animation-timeline`
While most `animation-*` CSS properties should _not_ have an effect once a `CSSAnimation` object has had its `effect` property set via the bindings, the `animation-timeline`, like the `animation-play-state` and `animation-name` properties, should not follow that pattern since it is relevant to the _animation_ and not the animation _effect_.
The relevant WPT test is updated in web-platform-tests/wpt#51057.
Co-authored-by: Anne van Kesteren <[email protected]>
0 commit comments