- From: Brian Birtles via GitHub <sysbot+gh@w3.org>
- Date: Tue, 11 Oct 2022 01:55:28 +0000
- To: public-css-archive@w3.org
I think you can restore the options using something like: ```js const { effect } = animation; const options = effect?.getTiming(); if (effect instanceof KeyframeEffect) { options.composite = effect.composite; options.pseudoElement = effect.pseudoElement; } ``` -- GitHub Notification of comment by birtles Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7861#issuecomment-1273986559 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 11 October 2022 01:55:29 UTC