- From: 一丝 via GitHub <sysbot+gh@w3.org>
- Date: Mon, 09 Oct 2023 08:10:50 +0000
- To: public-css-archive@w3.org
The current implementation in Chrome doesn't animate if from is omitted, which doesn't seem to be the same as other CSS properties, and I'd like to be able to animate when it's omitted. ```css @keyframes palette { from { /* font-palette: normal; */ } to { font-palette: --red; } } ``` Demo: https://codepen.io/yisi/pen/wvRRORG?editors=0100 -- GitHub Notification of comment by yisibl Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8922#issuecomment-1752528765 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 9 October 2023 08:10:52 UTC