Commit 949f818
[css-animations-2] setting
* [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 <annevk@annevk.nl>effect should not prevent the timeline to set set via animation-timeline (#11812)1 parent 16861e2 commit 949f818
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
0 commit comments