- From: hiikezoe via GitHub <sysbot+gh@w3.org>
- Date: Sun, 26 Mar 2023 23:36:11 +0000
- To: public-css-archive@w3.org
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