Re: [csswg-drafts] [css-fonts-5] Proposal: Animating font-palette (#8922)

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