- From: Adam Argyle via GitHub <sysbot+gh@w3.org>
- Date: Tue, 23 Feb 2021 21:53:51 +0000
- To: public-css-archive@w3.org
I like that, sure reads nice
```css
@container state(stuck) {
nav {
--box-shadow-y-distance: 15px;
}
}
```
```css
@container state(in-view) {
section {
animation: reveal .5 ease forwards;
}
}
```
--
GitHub Notification of comment by argyleink
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5989#issuecomment-784539000 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 23 February 2021 21:53:53 UTC