Re: [csswg-drafts] [css-display] Why is display listed as not animatable instead of animation type: discrete? (#6429)

Okay so, web authors normally will write something like;

```
@keyframes slideaway {
  to { transform: translateY(40px); opacity: 0; display: none:}
}

#target.hide {
  animation: slideaway 200ms;
  display: none;
}
```
This doesn't look awkward. :)

-- 
GitHub Notification of comment by hiikezoe
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6429#issuecomment-1484272281 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 26 March 2023 23:36:13 UTC